Home
last modified time | relevance | path

Searched defs:ifFalse (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
H A DbranchElimination.js41 function ifFalse(a) { function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dcombined_pass_visitor_test.cpp59 auto ifFalse = circuit.NewGate(circuit.IfFalse(), {ifBranch}); in HWTEST_F_L0() local
H A 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
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dasync_function_lowering.cpp92 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() argument
H A Dbuiltins_lowering.cpp190 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
H A Dpost_schedule.cpp539 GateRef ifFalse = exit.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
H A Dntype_hcr_lowering.cpp351 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
H A Dbytecode_circuit_builder.cpp892 auto ifFalse = circuit_->NewGate(circuit_->IfFalse(), {gate}); in NewJump() local
H A Dnative_inline_lowering.cpp1081 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
H A Dcircuit_builder.cpp257 GateRef ifFalse = IfFalse(ifBranch); in Branch() local
H A Dslowpath_lowering.cpp161 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
196 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithValue() local
220 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirToThrowCall() local
2124 Label &ifFalse in LowerConditionJump() local
[all...]
H A Dtyped_hcr_lowering.cpp1687 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceHirWithPendingException() local
2761 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
H A Dtyped_native_inline_lowering.cpp3191 GateRef ifFalse = builder_.IfFalse(ifBranch); in ReplaceGateWithPendingException() local
H A Dstub_builder.cpp76 GateRef ifFalse = env_->GetBuilder()->IfFalse(ifBranch); in BranchPredict() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h136 void ResolveConditionalResultNumeric(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse, Label **end) in ResolveConditionalResultNumeric() argument
203 void ResolveConditionalResult(const ir::AstNode *node, [[maybe_unused]] Label *ifFalse) in ResolveConditionalResult() argument
249 BranchIfFalse(const ir::AstNode *node, Label *ifFalse) BranchIfFalse() argument
484 JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) JumpCompareRegister() argument
786 BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryNumberComparison() argument
793 RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) RefEqualityStrictDynamic() argument
802 BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryEquality() argument
810 BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryEqualityCondition() argument
857 RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) RefEqualityStrict() argument
870 BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryRelation() argument
878 BinaryRelationCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryRelationCondition() argument
912 BinaryFloatingPointComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) BinaryFloatingPointComparison() argument
[all...]
H A DETSGen.cpp716 Label *ifFalse = AllocLabel(); in IsInstanceDynamic() local
828 auto ifFalse = AllocLabel(); in BranchIfIsInstance() local
1923 ToBinaryResult(const ir::AstNode *node, Label *ifFalse) ToBinaryResult() argument
2024 Label *ifFalse = AllocLabel(); Binary() local
2068 Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) Condition() argument
2161 RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLooseDynamic() argument
2168 HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) HandleLooseNullishEquality() argument
2212 RefEqualityLoose(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLoose() argument
[all...]
H A Dpandagen.cpp640 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp866 void PandaGen::Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) in Condition() argument

Completed in 63 milliseconds