Home
last modified time | relevance | path

Searched defs:ifTrue (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
DbranchElimination.js29 function ifTrue(a) { function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
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/
Dasync_function_lowering.cpp90 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
134 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
Dpost_schedule.cpp815 GateRef ifTrue = isHeapObject.GetControl(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
940 GateRef ifTrue = builder_.GetState(); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
Dntype_bytecode_lowering.cpp429 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dntype_hcr_lowering.cpp372 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dslowpath_lowering.cpp217 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
253 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
277 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local
2389 Label ifTrue(&builder_); in LowerConditionJump() local
Dbytecode_circuit_builder.cpp1022 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
Dtyped_bytecode_lowering.cpp1701 Label ifTrue(&builder_); in LoadElmentFromFloat64Array() local
2944 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dtyped_hcr_lowering.cpp1945 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
2669 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dnative_inline_lowering.cpp1051 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dcircuit_builder.cpp268 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
Dtyped_native_inline_lowering.cpp2852 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dstub_builder.cpp57 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in Branch() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp829 Label *ifTrue) in BranchIfIsInstance()
876 auto ifTrue = AllocLabel(); in IsInstance() local
976 auto ifTrue = AllocLabel(); in CheckedReferenceNarrowing() local
2531 …PossiblyNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) in HandlePossiblyNullishEquality()
2645 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
2658 auto ifTrue = AllocLabel(); in RefEqualityLoose() local
DETSGen.h140 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()