Searched refs:Op0VT (Results 1 – 2 of 2) sorted by relevance
5887 EVT Op0VT = Op0.getValueType(); in LowerOperation() local5889 if (VT == MVT::f16 && Op0VT == MVT::i16 && in LowerOperation()5919 if (!VT.isVector() && !Op0VT.isVector()) { in LowerOperation()5931 if (Op0VT.isFixedLengthVector()) in LowerOperation()5936 if (!Op0VT.isVector()) { in LowerOperation()6082 EVT Op0VT = Op0.getValueType(); in LowerOperation() local6099 EVT Op0VT = Op0.getValueType(); in LowerOperation() local11459 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local11462 if (!isTypeLegal(Op0VT)) in ReplaceNodeResults()11780 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local[all …]
16620 EVT Op0VT = A.getOperand(0).getValueType(); in performVecReduceAddCombine() local16621 bool IsValidElementCount = Op0VT.getVectorNumElements() % 8 == 0; in performVecReduceAddCombine()16622 bool IsValidSize = Op0VT.getScalarSizeInBits() == 8; in performVecReduceAddCombine()16630 B = DAG.getConstant(1, DL, Op0VT); in performVecReduceAddCombine()16634 unsigned IsMultipleOf16 = Op0VT.getVectorNumElements() % 16 == 0; in performVecReduceAddCombine()16638 NumOfVecReduce = Op0VT.getVectorNumElements() / 16; in performVecReduceAddCombine()16641 NumOfVecReduce = Op0VT.getVectorNumElements() / 8; in performVecReduceAddCombine()16654 unsigned VecReduce16Num = Op0VT.getVectorNumElements() / 16; in performVecReduceAddCombine()16675 unsigned VecReduce8Num = (Op0VT.getVectorNumElements() % 16) / 8; in performVecReduceAddCombine()