Searched refs:TypedJumpOp (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_lowering.cpp | 424 TypedJumpOp jumpOp = acc_.GetTypedJumpAccessor(gate).GetTypedJumpOp(); in VisitBooleanJump() 425 ASSERT((jumpOp == TypedJumpOp::TYPED_JEQZ) || (jumpOp == TypedJumpOp::TYPED_JNEZ)); in VisitBooleanJump() 427 if (jumpOp == TypedJumpOp::TYPED_JEQZ) { in VisitBooleanJump()
|
D | gate_meta_data.h | 87 enum class TypedJumpOp : uint8_t { enum 961 TypedJumpOp GetTypedJumpOp() const in GetTypedJumpOp() 966 static uint64_t ToValue(GateType typeValue, TypedJumpOp jumpOp) in ToValue() 974 using TypedJumpOpBits = TypedValueBits::NextField<TypedJumpOp, OPRAND_TYPE_BITS>;
|
D | range_analysis.cpp | 241 flag = flag != (acc_.GetTypedJumpAccessor(jmp).GetTypedJumpOp() == TypedJumpOp::TYPED_JNEZ); in TryGetRangeOfBranch()
|
D | circuit_builder.h | 321 GateRef TypedConditionJump(MachineType type, TypedJumpOp jumpOp, GateType typeVal, 532 template<TypedJumpOp Op>
|
D | ts_hcr_lowering.cpp | 514 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JNEZ>(value, valueType); in SpeculateConditionJump() 516 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JEQZ>(value, valueType); in SpeculateConditionJump()
|
D | circuit_builder-inl.h | 967 template<TypedJumpOp Op>
|
D | circuit_builder.cpp | 710 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, GateType typeVal, in TypedConditionJump()
|