| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | branchElimination.js | 29 function ifTrue(a) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 49 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/ |
| D | async_function_lowering.cpp | 90 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local 134 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
|
| D | ntype_bytecode_lowering.cpp | 392 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | post_schedule.cpp | 560 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| D | ntype_hcr_lowering.cpp | 347 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | slowpath_lowering.cpp | 157 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
|
| D | typed_bytecode_lowering.cpp | 1360 Label ifTrue(&builder_); in LoadElmentFromFloat64Array() local 2490 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | bytecode_circuit_builder.cpp | 1017 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
|
| D | typed_hcr_lowering.cpp | 1747 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 2436 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | native_inline_lowering.cpp | 1055 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 246 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
|
| D | typed_native_inline_lowering.cpp | 2861 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 53 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in Branch() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 763 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
|
| D | ETSGen.h | 254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()
|