Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5887 EVT Op0VT = Op0.getValueType(); in LowerOperation() local
5889 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() local
6099 EVT Op0VT = Op0.getValueType(); in LowerOperation() local
11459 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local
11462 if (!isTypeLegal(Op0VT)) in ReplaceNodeResults()
11780 EVT Op0VT = Op0.getValueType(); in ReplaceNodeResults() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16620 EVT Op0VT = A.getOperand(0).getValueType(); in performVecReduceAddCombine() local
16621 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()