| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 132 …void ResolveConditionalResultNumeric(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse, Lab… in ResolveConditionalResultNumeric() 200 … void ResolveConditionalResultExpression(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResultExpression() 214 void ResolveConditionalResult(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResult() 267 void BranchIfFalse(const ir::AstNode *node, Label *ifFalse) in BranchIfFalse() 522 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister() 743 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison() 750 void BinaryDynamicStrictEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryDynamicStrictEquality() 758 void BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEquality() 766 void BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEqualityCondition() 811 void BinaryStrictEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryStrictEquality() [all …]
|
| D | ETSGen.cpp | 1846 void ETSGen::ToBinaryResult(const ir::AstNode *node, Label *ifFalse) in ToBinaryResult() 1861 Label *ifFalse = AllocLabel(); in Binary() local 1866 Label *ifFalse = AllocLabel(); in Binary() local 1871 Label *ifFalse = AllocLabel(); in Binary() local 1876 Label *ifFalse = AllocLabel(); in Binary() local 1881 Label *ifFalse = AllocLabel(); in Binary() local 1886 Label *ifFalse = AllocLabel(); in Binary() local 1891 Label *ifFalse = AllocLabel(); in Binary() local 1896 Label *ifFalse = AllocLabel(); in Binary() local 1975 void ETSGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() [all …]
|
| D | pandagen.cpp | 641 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| 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
|
| D | combined_pass_visitor_test.cpp | 59 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | async_function_lowering.cpp | 89 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local 133 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local 231 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
|
| D | builtins_lowering.cpp | 234 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
|
| D | ntype_hcr_lowering.cpp | 324 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | bytecode_circuit_builder.cpp | 615 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
|
| D | slowpath_lowering.cpp | 144 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 179 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local 203 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local 1793 GateRef ifFalse = builder_.IfFalse(ifBranch); in LowerConditionJump() local
|
| D | circuit_builder.cpp | 224 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
|
| D | typed_hcr_lowering.cpp | 1649 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 2482 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 65 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 925 Expr LMIRBuilder::Select(Type *type, Expr cond, Expr ifTrue, Expr ifFalse) in Select()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 873 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
|