| /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 | 91 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local 135 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
|
| D | builtins_lowering.cpp | 186 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
|
| D | post_schedule.cpp | 529 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| D | ntype_hcr_lowering.cpp | 346 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | slowpath_lowering.cpp | 161 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 196 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local 220 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local 2066 Label &ifTrue = isEqualJump ? isZero : notZero; in LowerConditionJump() local
|
| D | bytecode_circuit_builder.cpp | 916 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
|
| D | native_inline_lowering.cpp | 1051 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | typed_hcr_lowering.cpp | 1683 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 2757 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 254 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
|
| D | stub_builder.cpp | 72 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in BranchPredict() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 757 void ETSGen::TestIsInstanceConstituent(const ir::AstNode *const node, Label *ifTrue, Label *ifFalse, in TestIsInstanceConstituent() 797 Label *ifTrue) in BranchIfIsInstance() 844 auto ifTrue = AllocLabel(); in IsInstance() local 938 auto ifTrue = AllocLabel(); in CheckedReferenceNarrowing() local 2140 …dleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) in HandleLooseNullishEquality() 2197 auto ifTrue = AllocLabel(); in RefEqualityLoose() local 2209 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
|
| D | ETSGen.h | 254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 981 Expr LMIRBuilder::Select(Type *type, Expr cond, Expr ifTrue, Expr ifFalse) in Select()
|