Home
last modified time | relevance | path

Searched refs:isKnownMultipleOf (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h232 assert(getElementCount().isKnownMultipleOf(Factor)); in divide()
254 return getSizeInBits().isKnownMultipleOf(8); in isByteSized()
H A DValueTypes.h227 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isByteSized()
H A DMachineValueType.h375 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h180 constexpr bool isKnownMultipleOf(ScalarTy RHS) const { in isKnownMultipleOf() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp416 assert(AccessSize.isKnownMultipleOf(DL.getTypeStoreSize(VecEltTy))); in promoteAllocaUserToVector()
469 assert(AccessSize.isKnownMultipleOf(DL.getTypeStoreSize(VecEltTy))); in promoteAllocaUserToVector()
576 return AccTS.isKnownMultipleOf(VecTS); in isSupportedAccessType()
H A DAMDGPURegisterBankInfo.cpp692 assert(Ty.getElementCount().isKnownMultipleOf(2)); in getHalfSizedType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp210 assert(VecBaseTy->getPrimitiveSizeInBits().isKnownMultipleOf(8) && in decompose()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4793 if (WidenEC.isKnownMultipleOf(InVTEC.getKnownMinValue())) { in WidenVecRes_Convert()
4805 if (InVTEC.isKnownMultipleOf(WidenEC.getKnownMinValue())) { in WidenVecRes_Convert()
6358 if (InWidenSize.isKnownMultipleOf(EltSize)) { in WidenVecOp_BITCAST()
7140 NewLdTySize.isKnownMultipleOf(LdTySize.getKnownMinValue())); in GenWidenVectorLoads()
H A DDAGCombiner.cpp24457 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
26232 if (NumElts.isKnownMultipleOf(Scale) && (InsIdx % Scale) == 0) { in visitINSERT_SUBVECTOR()