Searched defs:in1 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 41 auto in1 = cmp->GetInput(1).GetInst(); in BetterToSwapCompareInputs() local 98 auto in1 = input->GetInput(1).GetInst(); in LowerIf() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 833 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/ |
| D | lowering.cpp | 1234 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/ |
| D | litecg_ir_builder.cpp | 2061 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
|