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_frontend/ets2panda/compiler/core/
DETSGen.h136 …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()
483 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister()
782 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison()
789 void RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrictDynamic()
798 void BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEquality()
806 void BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEqualityCondition()
853 void RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrict()
866 void BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelation()
[all …]
DETSGen.cpp719 Label *ifFalse = AllocLabel(); in IsInstanceDynamic() local
833 auto ifFalse = AllocLabel(); in BranchIfIsInstance() local
1918 void ETSGen::ToBinaryResult(const ir::AstNode *node, Label *ifFalse) in ToBinaryResult()
2019 Label *ifFalse = AllocLabel(); in Binary() local
2063 void ETSGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
2156 void ETSGen::RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) in RefEqualityLooseDynamic()
2163 void ETSGen::HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse in HandleLooseNullishEquality()
2207 void ETSGen::RefEqualityLoose(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) in RefEqualityLoose()
Dpandagen.cpp640 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()
/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()
Dntype_bytecode_lowering.cpp393 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dpost_schedule.cpp561 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dntype_hcr_lowering.cpp348 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dslowpath_lowering.cpp158 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
193 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
217 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local
2096 Label ifFalse(&builder_); in LowerConditionJump() local
Dtyped_bytecode_lowering.cpp1361 Label ifFalse(&builder_); in LoadElmentFromFloat64Array() local
2491 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dbytecode_circuit_builder.cpp1019 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
Dtyped_hcr_lowering.cpp1748 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
2437 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dnative_inline_lowering.cpp1056 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dcircuit_builder.cpp249 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
Dtyped_native_inline_lowering.cpp2862 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
Dstub_builder.cpp56 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in Branch() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp880 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition()