Home
last modified time | relevance | path

Searched defs:jumpOp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp424 TypedJumpOp jumpOp = acc_.GetTypedJumpAccessor(gate).GetTypedJumpOp(); in VisitBooleanJump() local
Dgate_meta_data.h966 static uint64_t ToValue(GateType typeValue, TypedJumpOp jumpOp) in ToValue()
Dcircuit_builder-inl.h974 auto jumpOp = TypedConditionJump(machineType, Op, xType, {currentControl, currentDepend, x}); in TypedConditionJump() local
Dcircuit_builder.cpp710 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, GateType typeVal, in TypedConditionJump()