Home
last modified time | relevance | path

Searched refs:getNumBytesToPadGlobalArray (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h351 unsigned getNumBytesToPadGlobalArray(unsigned Size,
H A DARMTargetTransformInfo.cpp2896 unsigned ARMTTIImpl::getNumBytesToPadGlobalArray(unsigned Size, in getNumBytesToPadGlobalArray() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1478 TargetTransformInfo::getNumBytesToPadGlobalArray(unsigned Size, in getNumBytesToPadGlobalArray() function in TargetTransformInfo
1480 return TTIImpl->getNumBytesToPadGlobalArray(Size, ArrayType); in getNumBytesToPadGlobalArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1943 LLVM_ABI unsigned getNumBytesToPadGlobalArray(unsigned Size,
H A DTargetTransformInfoImpl.h1137 virtual unsigned getNumBytesToPadGlobalArray(unsigned Size, in getNumBytesToPadGlobalArray() function