Lines Matching refs:Op0VT
3127 EVT Op0VT = Op0.getValueType(); in LowerOperation() local
3129 if (VT == MVT::f16 && Op0VT == MVT::i16 && Subtarget.hasStdExtZfh()) { in LowerOperation()
3134 if (VT == MVT::f32 && Op0VT == MVT::i32 && Subtarget.is64Bit() && in LowerOperation()
3144 if (!VT.isVector() && !Op0VT.isVector()) { in LowerOperation()
3145 if (isTypeLegal(VT) && isTypeLegal(Op0VT)) in LowerOperation()
3150 assert(!VT.isScalableVector() && !Op0VT.isScalableVector() && in LowerOperation()
3156 if (Op0VT.isFixedLengthVector()) in LowerOperation()
3161 if (!Op0VT.isVector()) { in LowerOperation()
3162 EVT BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation()
3174 if (!VT.isVector() && Op0VT.isFixedLengthVector()) { in LowerOperation()
7116 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local
7118 if (VT == MVT::i16 && Op0VT == MVT::f16 && Subtarget.hasStdExtZfh()) { in ReplaceNodeResults()
7121 } else if (VT == MVT::i32 && Op0VT == MVT::f32 && Subtarget.is64Bit() && in ReplaceNodeResults()
7126 } else if (!VT.isVector() && Op0VT.isFixedLengthVector() && in ReplaceNodeResults()
7127 isTypeLegal(Op0VT)) { in ReplaceNodeResults()