Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dlowering.cpp41 auto in1 = cmp->GetInput(1).GetInst(); in BetterToSwapCompareInputs() local
98 auto in1 = input->GetInput(1).GetInst(); in LowerIf() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp1225 auto in1 = cmp->GetInput(1).GetInst(); in BetterToSwapCompareInputs() local
1309 auto in1 = input->GetInput(1).GetInst(); in LowerIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp839 GateRef TypedNativeInlineLowering::BuildIntMinMax(GateRef int1, GateRef int2, GateRef in1, GateRef in2) in BuildIntMinMax() argument
861 GateRef TypedNativeInlineLowering::BuildIntMinMax(GateRef in1, GateRef in2) in BuildIntMinMax() argument
876 BuildDoubleMinMax(GateRef double1, GateRef double2, GateRef in1, GateRef in2) BuildDoubleMinMax() argument
926 BuildDoubleMinMax(GateRef in1, GateRef in2) BuildDoubleMinMax() argument
940 GateRef in1 = acc_.GetValueIn(gate, 0); LowerTNumberMinMax() local
987 GateRef in1 = acc_.GetValueIn(gate, 0); LowerMathMinMaxWithIntrinsic() local
1037 GateRef in1 = acc_.GetValueIn(gate, 0); LowerIntMinMax() local
1047 GateRef in1 = acc_.GetValueIn(gate, 0); LowerDoubleMinMax() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2093 auto in1 = acc_.GetIn(gate, 1); in HandleAddWithOverflow() local
2107 auto in1 = acc_.GetIn(gate, 1); in HandleSubWithOverflow() local
2121 auto in1 = acc_.GetIn(gate, 1); in HandleMulWithOverflow() local

Completed in 12 milliseconds