Searched defs:getMinVectorRegisterBitWidth (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h45 unsigned getMinVectorRegisterBitWidth() const { return 64; } function in class:llvm::VETTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h72 unsigned getMinVectorRegisterBitWidth() const { return 32; } function in class:llvm::NVPTXTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h110 unsigned getMinVectorRegisterBitWidth() { function in class:llvm::AArch64TTIImpl
H A DAArch64Subtarget.h324 unsigned getMinVectorRegisterBitWidth() const { function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp266 unsigned GCNTTIImpl::getMinVectorRegisterBitWidth() const { function in class:GCNTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp115 unsigned HexagonTTIImpl::getMinVectorRegisterBitWidth() const { function in class:HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h326 unsigned getMinVectorRegisterBitWidth() { return 128; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp585 unsigned TargetTransformInfo::getMinVectorRegisterBitWidth() const { function in class:TargetTransformInfo

Completed in 53 milliseconds