Home
last modified time | relevance | path

Searched defs:in1 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp41 auto in1 = cmp->GetInput(1).GetInst(); in BetterToSwapCompareInputs() local
98 auto in1 = input->GetInput(1).GetInst(); in LowerIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp833 GateRef TypedNativeInlineLowering::BuildIntMinMax(GateRef int1, GateRef int2, GateRef in1, GateRef … in BuildIntMinMax()
855 GateRef TypedNativeInlineLowering::BuildIntMinMax(GateRef in1, GateRef in2) in BuildIntMinMax()
870 GateRef TypedNativeInlineLowering::BuildDoubleMinMax(GateRef double1, GateRef double2, GateRef in1,… in BuildDoubleMinMax()
920 GateRef TypedNativeInlineLowering::BuildDoubleMinMax(GateRef in1, GateRef in2) in BuildDoubleMinMax()
934 GateRef in1 = acc_.GetValueIn(gate, 0); in LowerTNumberMinMax() local
981 GateRef in1 = acc_.GetValueIn(gate, 0); in LowerMathMinMaxWithIntrinsic() local
1031 GateRef in1 = acc_.GetValueIn(gate, 0); in LowerIntMinMax() local
1041 GateRef in1 = acc_.GetValueIn(gate, 0); in LowerDoubleMinMax() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1234 auto in1 = cmp->GetInput(1).GetInst(); in BetterToSwapCompareInputs() local
1333 auto in1 = input->GetInput(1).GetInst(); in LowerIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2061 auto in1 = acc_.GetIn(gate, 1); in HandleAddWithOverflow() local
2093 auto in1 = acc_.GetIn(gate, 1); in HandleSubWithOverflow() local
2125 auto in1 = acc_.GetIn(gate, 1); in HandleMulWithOverflow() local