| /arkcompiler/runtime_core/compiler/tests/js/ |
| H A D | branchElimination.js | 29 function ifTrue(a) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A 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/ |
| H A 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
|
| H A D | builtins_lowering.cpp | 189 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
|
| H A D | post_schedule.cpp | 538 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| H A D | ntype_hcr_lowering.cpp | 350 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | bytecode_circuit_builder.cpp | 890 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
|
| H A D | native_inline_lowering.cpp | 1080 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | circuit_builder.cpp | 254 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
|
| H A D | slowpath_lowering.cpp | 160 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 195 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local 219 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local 2123 Label &ifTrue in LowerConditionJump() local [all...] |
| H A D | typed_hcr_lowering.cpp | 1686 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local 2760 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | typed_native_inline_lowering.cpp | 3190 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | stub_builder.cpp | 73 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in BranchPredict() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue() argument
|
| H A D | ETSGen.cpp | 760 void ETSGen::TestIsInstanceConstant(const ir::AstNode *node, Label *ifTrue, VReg srcReg, checker::Type const *target) in TestIsInstanceConstant() argument 824 BranchIfIsInstance(const ir::AstNode *const node, const VReg srcReg, const checker::Type *target, Label *ifTrue) BranchIfIsInstance() argument 872 auto ifTrue = AllocLabel(); IsInstance() local 966 auto ifTrue = AllocLabel(); CheckedReferenceNarrowing() local 2168 HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) HandleLooseNullishEquality() argument 2226 auto ifTrue = AllocLabel(); RefEqualityLoose() local 2238 auto ifTrue = AllocLabel(); RefEqualityLoose() local [all...] |