Home
last modified time | relevance | path

Searched defs:ifFalse (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
DbranchElimination.js41 function ifFalse(a) { function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp50 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
Dcombined_pass_visitor_test.cpp59 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp91 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()
Dpost_schedule.cpp816 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
953 GateRef ifFalse = builder_.GetState(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
Dntype_bytecode_lowering.cpp430 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dntype_hcr_lowering.cpp373 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dtyped_bytecode_lowering.cpp770 std::vector<Label> ifFalse; in GenerateMergedHClassListCheck() local
1702 Label ifFalse(&builder_); in LoadElmentFromFloat64Array() local
2945 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dslowpath_lowering.cpp218 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
Dbytecode_circuit_builder.cpp1024 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
Dtyped_hcr_lowering.cpp639 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
Dnative_inline_lowering.cpp1052 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dcircuit_builder.cpp271 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
Dtyped_native_inline_lowering.cpp2853 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dstub_builder.cpp60 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp742 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 …]
DETSGen.h135 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()
Dpandagen.cpp641 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp885 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()