| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | branchElimination.js | 41 function ifFalse(a) { function
|
| /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 | 91 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local 135 GateRef ifFalse = circuit_->NewGate(circuit_->IfFalse(), {ifBranch}); in RebuildGeneratorCfg() local 233 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
|
| D | post_schedule.cpp | 816 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local 953 GateRef ifFalse = builder_.GetState(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
|
| D | ntype_bytecode_lowering.cpp | 430 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | ntype_hcr_lowering.cpp | 373 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | typed_bytecode_lowering.cpp | 770 std::vector<Label> ifFalse; in GenerateMergedHClassListCheck() local 1702 Label ifFalse(&builder_); in LoadElmentFromFloat64Array() local 2945 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | slowpath_lowering.cpp | 218 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 254 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local 278 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local 2390 Label ifFalse(&builder_); in LowerConditionJump() local
|
| D | bytecode_circuit_builder.cpp | 1024 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
|
| D | typed_hcr_lowering.cpp | 639 std::vector<Label> ifFalse; in LowerSimpleHClassCheck() local 1946 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local 2670 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | native_inline_lowering.cpp | 1052 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | circuit_builder.cpp | 271 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
|
| D | typed_native_inline_lowering.cpp | 2853 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
|
| D | stub_builder.cpp | 60 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 742 Label *ifFalse = AllocLabel(); in IsInstanceDynamic() local 832 auto ifFalse = AllocLabel(); in BranchIfIsInstance() local 1884 void ETSGen::ToBinaryResult(const ir::AstNode *node, Label *ifFalse) in ToBinaryResult() 1985 Label *ifFalse = AllocLabel(); in Binary() local 2029 void ETSGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() 2098 …olveConditionalResultNumeric(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse, Label **end) in ResolveConditionalResultNumeric() 2167 void ETSGen::ResolveConditionalResult(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResult() 2211 void ETSGen::ResolveConditionalResultIfFalse(const ir::AstNode *node, Label *ifFalse) in ResolveConditionalResultIfFalse() 2221 void ETSGen::ResolveConditionalResultIfTrue(const ir::AstNode *node, Label *ifFalse) in ResolveConditionalResultIfTrue() 2357 void ETSGen::RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) in RefEqualityLooseDynamic() [all …]
|
| D | ETSGen.h | 135 void BranchIfFalse(const ir::AstNode *node, Label *ifFalse) in BranchIfFalse() 252 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister() 540 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison() 559 void BinaryFloatingPointComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryFloatingPointComparison()
|
| D | pandagen.cpp | 641 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 885 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
|