Home
last modified time | relevance | path

Searched refs:TypedJumpOp (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.cpp68 std::string GateMetaData::Str(TypedJumpOp op) in Str()
70 const std::map<TypedJumpOp, const char *> strMap = { in Str()
71 #define TYPED_JUMP_OP_NAME_MAP(OP) { TypedJumpOp::OP, #OP }, in Str()
H A Dmcr_gate_meta_data.h122 enum class TypedJumpOp : uint8_t { class
515 TypedJumpOp GetTypedJumpOp() const in GetTypedJumpOp()
530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
539 using TypedJumpOpBits = TypedValueBits::NextField<TypedJumpOp, JUMP_OP_BITS>;
H A Dinduction_variable_analysis.cpp145 (acc_.GetTypedJumpAccessor(conditionJump).GetTypedJumpOp() == TypedJumpOp::TYPED_JEQZ) ^ in TryGetLoopTimes()
149 (acc_.GetTypedJumpAccessor(conditionJump).GetTypedJumpOp() == TypedJumpOp::TYPED_JEQZ) ^ in TryGetLoopTimes()
H A Dnumber_speculative_lowering.cpp457 TypedJumpOp jumpOp = jumpAcc.GetTypedJumpOp(); in VisitBooleanJump()
458 ASSERT((jumpOp == TypedJumpOp::TYPED_JEQZ) || (jumpOp == TypedJumpOp::TYPED_JNEZ)); in VisitBooleanJump()
462 if (jumpOp == TypedJumpOp::TYPED_JEQZ) { in VisitBooleanJump()
H A Dshare_gate_meta_data.h41 enum class TypedJumpOp : uint8_t;
190 static std::string Str(TypedJumpOp op);
H A Drange_analysis.cpp272 flag = flag != (acc_.GetTypedJumpAccessor(jmp).GetTypedJumpOp() == TypedJumpOp::TYPED_JNEZ); in TryGetRangeOfBranch()
H A Dcircuit_builder.h569 GateRef TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, ParamType paramType,
577 template<TypedJumpOp Op>
H A Dmcr_circuit_builder.h605 template<TypedJumpOp Op>
H A Dtyped_bytecode_lowering.cpp520 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JNEZ>(value, paramType, weight); in SpeculateConditionJump()
522 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JEQZ>(value, paramType, weight); in SpeculateConditionJump()
H A Dmcr_circuit_builder.cpp836 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump()

Completed in 18 milliseconds