Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp397 static inline int getVecSize(const AMDGPULibFunc& FInfo) { in getVecSize() function
837 if (getVecSize(FInfo) > 1) { in TDOFold()
840 for (int eltNo = 0; eltNo < getVecSize(FInfo); ++eltNo) { in TDOFold()
924 if (getVecSize(FInfo) > 1) { in fold_pow()
925 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow()
948 if (getVecSize(FInfo) > 1) { in fold_pow()
949 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow()
997 if (getVecSize(FInfo) > 1) { in fold_pow()
998 cnval = ConstantDataVector::getSplat(getVecSize(FInfo), cnval); in fold_pow()
1015 if (getVecSize(FInfo) > 1) { in fold_pow()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp104 static int getVecSize(const MachineInstr &MI) { in getVecSize() function
731 unsigned VCTPVecSize = getVecSize(*VCTP); in ValidateTailPredicate()
733 unsigned InstrVecSize = getVecSize(*MI); in ValidateTailPredicate()