Searched refs:getRegisterClassForType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 96 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| H A D | PPCTargetTransformInfo.cpp | 850 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 893 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const; 1560 virtual unsigned getRegisterClassForType(bool Vector, 2002 unsigned getRegisterClassForType(bool Vector, 2004 return Impl.getRegisterClassForType(Vector, Ty);
|
| H A D | TargetTransformInfoImpl.h | 375 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 575 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, in getRegisterClassForType() function in TargetTransformInfo 577 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 956 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
|
| H A D | LoopVectorize.cpp | 6657 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 6670 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 6676 unsigned ClassID = TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage() 6707 TTI.getRegisterClassForType(VFs[i].isVector(), Inst->getType()); in calculateRegisterUsage() 10420 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
|
| H A D | SLPVectorizer.cpp | 6784 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) in runImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1419 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|