| /arkcompiler/runtime_core/compiler/tests/js/ |
| H A D | branchElimination.js | 41 function ifFalse(a) { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | combined_pass_visitor_test.cpp | 59 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
|
| H A D | dead_code_elimination_test.cpp | 50 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local 83 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local 115 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | async_function_lowering.cpp | 92 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch});
in RebuildGeneratorCfg() local 136 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch});
in RebuildGeneratorCfg() local 234 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse)
in ModifyStateInput() argument
|
| H A D | builtins_lowering.cpp | 190 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
|
| H A D | post_schedule.cpp | 539 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| H A D | ntype_hcr_lowering.cpp | 351 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | bytecode_circuit_builder.cpp | 892 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
|
| H A D | native_inline_lowering.cpp | 1081 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | circuit_builder.cpp | 257 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
|
| H A D | slowpath_lowering.cpp | 161 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 196 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local 220 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local 2124 Label &ifFalse in LowerConditionJump() local [all...] |
| H A D | typed_hcr_lowering.cpp | 1687 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 2761 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | typed_native_inline_lowering.cpp | 3191 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| H A D | stub_builder.cpp | 76 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in BranchPredict() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 136 void ResolveConditionalResultNumeric(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse, Label **end) in ResolveConditionalResultNumeric() argument 203 void ResolveConditionalResult(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResult() argument 249 BranchIfFalse(const ir::AstNode *node, Label *ifFalse) BranchIfFalse() argument 484 JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) JumpCompareRegister() argument 786 BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryNumberComparison() argument 793 RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) RefEqualityStrictDynamic() argument 802 BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryEquality() argument 810 BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryEqualityCondition() argument 857 RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) RefEqualityStrict() argument 870 BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryRelation() argument 878 BinaryRelationCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryRelationCondition() argument 912 BinaryFloatingPointComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryFloatingPointComparison() argument [all...] |
| H A D | ETSGen.cpp | 716 Label *ifFalse = AllocLabel(); in IsInstanceDynamic() local 828 auto ifFalse = AllocLabel(); in BranchIfIsInstance() local 1923 ToBinaryResult(const ir::AstNode *node, Label *ifFalse) ToBinaryResult() argument 2024 Label *ifFalse = AllocLabel(); Binary() local 2068 Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) Condition() argument 2161 RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLooseDynamic() argument 2168 HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) HandleLooseNullishEquality() argument 2212 RefEqualityLoose(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLoose() argument [all...] |
| H A D | pandagen.cpp | 640 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 866 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() argument
|