Searched refs:Op0VT (Results 1 – 2 of 2) sorted by relevance
1946 EVT Op0VT = Op0.getValueType(); in LowerOperation() local1951 if (Op0VT.isFixedLengthVector()) in LowerOperation()1956 if (!Op0VT.isVector()) { in LowerOperation()1957 auto BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation()1967 if (!VT.isVector() && Op0VT.isFixedLengthVector()) { in LowerOperation()1973 if (VT == MVT::f16 && Op0VT == MVT::i16 && Subtarget.hasStdExtZfh()) { in LowerOperation()1978 if (VT == MVT::f32 && Op0VT == MVT::i32 && Subtarget.is64Bit() && in LowerOperation()4821 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local4823 if (VT == MVT::i16 && Op0VT == MVT::f16 && Subtarget.hasStdExtZfh()) { in ReplaceNodeResults()4826 } else if (VT == MVT::i32 && Op0VT == MVT::f32 && Subtarget.is64Bit() && in ReplaceNodeResults()[all …]
11924 EVT Op0VT = A.getOperand(0).getValueType(); in performVecReduceAddCombine() local11925 if (Op0VT != MVT::v8i8 && Op0VT != MVT::v16i8) in performVecReduceAddCombine()11932 B = DAG.getConstant(1, DL, Op0VT); in performVecReduceAddCombine()11937 DAG.getConstant(0, DL, Op0VT == MVT::v8i8 ? MVT::v2i32 : MVT::v4i32); in performVecReduceAddCombine()