| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | branchElimination.js | 41 function ifFalse(a) { function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 136 …void ResolveConditionalResultNumeric(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse, Lab… in ResolveConditionalResultNumeric() 203 void ResolveConditionalResult(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResult() 249 void BranchIfFalse(const ir::AstNode *node, Label *ifFalse) in BranchIfFalse() 484 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister() 785 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison() 792 void RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrictDynamic() 801 void BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEquality() 809 void BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEqualityCondition() 856 void RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrict() 869 void BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelation() [all …]
|
| D | ETSGen.cpp | 713 Label *ifFalse = AllocLabel(); in IsInstanceDynamic() local 757 void ETSGen::TestIsInstanceConstituent(const ir::AstNode *const node, Label *ifTrue, Label *ifFalse, in TestIsInstanceConstituent() 800 auto ifFalse = AllocLabel(); in BranchIfIsInstance() local 1895 void ETSGen::ToBinaryResult(const ir::AstNode *node, Label *ifFalse) in ToBinaryResult() 1996 Label *ifFalse = AllocLabel(); in Binary() local 2040 void ETSGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() 2133 void ETSGen::RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) in RefEqualityLooseDynamic() 2140 void ETSGen::HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse… in HandleLooseNullishEquality() 2184 void ETSGen::RefEqualityLoose(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) in RefEqualityLoose()
|
| D | pandagen.cpp | 640 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 | 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()
|
| D | builtins_lowering.cpp | 187 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
|
| D | post_schedule.cpp | 530 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| D | ntype_hcr_lowering.cpp | 347 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | slowpath_lowering.cpp | 162 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 197 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local 221 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local 2067 Label &ifFalse = isEqualJump ? notZero : isZero; in LowerConditionJump() local
|
| D | bytecode_circuit_builder.cpp | 918 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
|
| D | native_inline_lowering.cpp | 1052 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | typed_hcr_lowering.cpp | 1684 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 2758 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 257 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
|
| D | stub_builder.cpp | 75 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in BranchPredict() local
|
| /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()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 866 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
|