Home
last modified time | relevance | path

Searched refs:Op0VT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6300 EVT Op0VT = Op0.getValueType(); in LowerOperation()
6302 if (VT == MVT::f16 && Op0VT == MVT::i16 && in LowerOperation()
6308 if (VT == MVT::bf16 && Op0VT == MVT::i16 && in LowerOperation()
6314 if (VT == MVT::f32 && Op0VT == MVT::i32 && Subtarget.is64Bit() && in LowerOperation()
6321 if (VT == MVT::f64 && Op0VT == MVT::i64 && !Subtarget.is64Bit() && in LowerOperation()
6332 if (!VT.isVector() && !Op0VT.isVector()) { in LowerOperation()
6333 if (isTypeLegal(VT) && isTypeLegal(Op0VT)) in LowerOperation()
6338 assert(!VT.isScalableVector() && !Op0VT.isScalableVector() && in LowerOperation()
6344 if (Op0VT.isFixedLengthVector()) in LowerOperation()
6349 if (!Op0VT in LowerOperation()
6299 EVT Op0VT = Op0.getValueType(); LowerOperation() local
6493 EVT Op0VT = Op0.getValueType(); LowerOperation() local
6510 EVT Op0VT = Op0.getValueType(); LowerOperation() local
12262 EVT Op0VT = Op0.getValueType(); ReplaceNodeResults() local
12604 EVT Op0VT = Op0.getValueType(); ReplaceNodeResults() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17750 EVT Op0VT = A.getOperand(0).getValueType(); in performVecReduceAddCombine() local
17751 bool IsValidElementCount = Op0VT.getVectorNumElements() % 8 == 0; in performVecReduceAddCombine()
17752 bool IsValidSize = Op0VT.getScalarSizeInBits() == 8; in performVecReduceAddCombine()
17760 B = DAG.getConstant(1, DL, Op0VT); in performVecReduceAddCombine()
17764 unsigned IsMultipleOf16 = Op0VT.getVectorNumElements() % 16 == 0; in performVecReduceAddCombine()
17768 NumOfVecReduce = Op0VT.getVectorNumElements() / 16; in performVecReduceAddCombine()
17771 NumOfVecReduce = Op0VT.getVectorNumElements() / 8; in performVecReduceAddCombine()
17784 unsigned VecReduce16Num = Op0VT.getVectorNumElements() / 16; in performVecReduceAddCombine()
17805 unsigned VecReduce8Num = (Op0VT.getVectorNumElements() % 16) / 8; in performVecReduceAddCombine()
28756 EVT Op0VT = N->getOperand(0).getValueType(); in verifyTargetSDNode() local
[all …]