Home
last modified time | relevance | path

Searched defs:ifTrue (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
DbranchElimination.js29 function ifTrue(a) { function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp49 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local
114 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp90 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
134 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
Dntype_bytecode_lowering.cpp392 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dpost_schedule.cpp560 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dntype_hcr_lowering.cpp347 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dslowpath_lowering.cpp157 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
192 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
216 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local
2095 Label ifTrue(&builder_); in LowerConditionJump() local
Dtyped_bytecode_lowering.cpp1360 Label ifTrue(&builder_); in LoadElmentFromFloat64Array() local
2490 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dbytecode_circuit_builder.cpp1017 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
Dtyped_hcr_lowering.cpp1747 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
2436 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dnative_inline_lowering.cpp1055 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dcircuit_builder.cpp246 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
Dtyped_native_inline_lowering.cpp2861 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dstub_builder.cpp53 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in Branch() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp763 void ETSGen::TestIsInstanceConstant(const ir::AstNode *node, Label *ifTrue, VReg srcReg, checker::T… in TestIsInstanceConstant()
830 Label *ifTrue) in BranchIfIsInstance()
881 auto ifTrue = AllocLabel(); in IsInstance() local
977 auto ifTrue = AllocLabel(); in CheckedReferenceNarrowing() local
2163 …dleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) in HandleLooseNullishEquality()
2221 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
2234 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
DETSGen.h254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()