v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcher Member List

This is the complete list of members for v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcher, including all inherited members.

BinOp enum namev8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcher
BinopFromOverflowCheckedBinopKind(OverflowCheckedBinopOp::Kind kind)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherstatic
BinopFromWordBinopKind(WordBinopOp::Kind kind)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherstatic
BinopKindIsSupported(WordBinopOp::Kind binop_kind)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherstatic
CmpOp enum namev8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcher
ComparisonKindToCmpOp(ComparisonOp::Kind kind)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherstatic
CountIterations(uint64_t equal_cst, CmpOp cmp_op, uint64_t initial_input, uint64_t binop_cst, BinOp binop_op, WordRepresentation binop_rep, bool loop_if_cond_is) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
CountIterationsImpl(Int init, Int max, CmpOp cmp_op, Int binop_cst, StaticCanonicalForLoopMatcher::BinOp binop_op, WordRepresentation binop_rep, bool loop_if_cond_is) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
GetIterCountIfStaticCanonicalForLoop(const Block *header, OpIndex cond_idx, bool loop_if_cond_is) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcher
InvertComparisonOp(CmpOp op)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherstatic
kMaxExactIterv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivatestatic
MatchCheckedOverflowBinop(OpIndex idx, V< Word > *left, V< Word > *right, BinOp *binop_op, WordRepresentation *binop_rep) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
matcher_v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
MatchPhiCompareCst(OpIndex cond_idx, StaticCanonicalForLoopMatcher::CmpOp *cmp_op, OpIndex *phi, uint64_t *cst) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
MatchWordBinop(OpIndex idx, V< Word > *left, V< Word > *right, BinOp *binop_op, WordRepresentation *binop_rep) constv8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherprivate
StaticCanonicalForLoopMatcher(const OperationMatcher &matcher)v8::internal::compiler::turboshaft::StaticCanonicalForLoopMatcherinlineexplicit