Home
last modified time | relevance | path

Searched defs:ifTrue (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
H A DbranchElimination.js29 function ifTrue(a) { function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Ddead_code_elimination_test.cpp49 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local
114 auto ifTrue = circuit.NewGate(circuit.IfTrue(), {ifBranch}); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dasync_function_lowering.cpp91 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
135 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
H A Dbuiltins_lowering.cpp189 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
H A Dpost_schedule.cpp538 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
H A Dntype_hcr_lowering.cpp350 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
H A Dbytecode_circuit_builder.cpp890 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
H A Dnative_inline_lowering.cpp1080 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
H A Dcircuit_builder.cpp254 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
H A Dslowpath_lowering.cpp160 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
195 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
219 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local
2123 Label &ifTrue in LowerConditionJump() local
[all...]
H A Dtyped_hcr_lowering.cpp1686 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
2760 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
H A Dtyped_native_inline_lowering.cpp3190 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
H A Dstub_builder.cpp73 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in BranchPredict() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue() argument
H A DETSGen.cpp760 void ETSGen::TestIsInstanceConstant(const ir::AstNode *node, Label *ifTrue, VReg srcReg, checker::Type const *target) in TestIsInstanceConstant() argument
824 BranchIfIsInstance(const ir::AstNode *const node, const VReg srcReg, const checker::Type *target, Label *ifTrue) BranchIfIsInstance() argument
872 auto ifTrue = AllocLabel(); IsInstance() local
966 auto ifTrue = AllocLabel(); CheckedReferenceNarrowing() local
2168 HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) HandleLooseNullishEquality() argument
2226 auto ifTrue = AllocLabel(); RefEqualityLoose() local
2238 auto ifTrue = AllocLabel(); RefEqualityLoose() local
[all...]

Completed in 52 milliseconds