Home
last modified time | relevance | path

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

/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.cpp88 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
132 GateRef ifTrue = circuit_->NewGate(circuit_->IfTrue(), {ifBranch}); in RebuildGeneratorCfg() local
Dbuiltins_lowering.cpp233 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
Dntype_hcr_lowering.cpp323 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dbytecode_circuit_builder.cpp613 auto ifTrue = circuit_->NewGate(circuit_->IfTrue(), {gate}); in NewJump() local
Dslowpath_lowering.cpp143 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
178 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithValue() local
202 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirToThrowCall() local
1792 GateRef ifTrue = builder_.IfTrue(ifBranch); in LowerConditionJump() local
Dcircuit_builder.cpp221 GateRef ifTrue = IfTrue(ifBranch); in Branch() local
Dtyped_hcr_lowering.cpp1648 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceHirWithPendingException() local
2481 GateRef ifTrue = builder_.IfTrue(ifBranch); in ReplaceGateWithPendingException() local
Dstub_builder.cpp62 GateRef ifTrue = env_->GetBuilder()->IfTrue(ifBranch); in Branch() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp804 auto ifTrue = AllocLabel(); in EmitIsInstance() local
2133 Label *ifTrue = AllocLabel(); in BinaryEqualityRef() local
DETSGen.h272 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp925 Expr LMIRBuilder::Select(Type *type, Expr cond, Expr ifTrue, Expr ifFalse) in Select()