Searched defs:getNumberOfRegisters (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h41 unsigned getNumberOfRegisters(unsigned ClassID) const { return 64; } function in class:llvm::VETTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h43 unsigned getNumberOfRegisters(unsigned ClassID) const { function in class:llvm::XCoreTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp28 unsigned WebAssemblyTTIImpl::getNumberOfRegisters(unsigned ClassID) const { function in class:WebAssemblyTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h125 unsigned getNumberOfRegisters(unsigned ClassID) const { function in class:llvm::ARMTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h89 unsigned getNumberOfRegisters(unsigned ClassID) const { function in class:llvm::AArch64TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h69 unsigned getNumberOfRegisters(bool Vector) const { return 1; } function in class:llvm::NVPTXTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp96 unsigned HexagonTTIImpl::getNumberOfRegisters(bool Vector) const { function in class:HexagonTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp222 unsigned GCNTTIImpl::getNumberOfRegisters(bool Vec) const { function in class:GCNTTIImpl
875 unsigned R600TTIImpl::getNumberOfRegisters(bool Vec) const { function in class:R600TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp307 unsigned SystemZTTIImpl::getNumberOfRegisters(unsigned ClassID) const { function in class:SystemZTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp603 unsigned PPCTTIImpl::getNumberOfRegisters(unsigned ClassID) const { function in class:PPCTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h372 unsigned getNumberOfRegisters(unsigned ClassID) const { return 8; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp481 unsigned TargetTransformInfo::getNumberOfRegisters(unsigned ClassID) const { function in class:TargetTransformInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp119 unsigned X86TTIImpl::getNumberOfRegisters(unsigned ClassID) const { function in class:X86TTIImpl

Completed in 337 milliseconds