Searched refs:getRegisterClassForType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 96 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| H A D | PPCTargetTransformInfo.cpp | 847 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 924 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const; 1571 virtual unsigned getRegisterClassForType(bool Vector, 2013 unsigned getRegisterClassForType(bool Vector, 2015 return Impl.getRegisterClassForType(Vector, Ty);
|
| H A D | TargetTransformInfoImpl.h | 375 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 578 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, in getRegisterClassForType() function in TargetTransformInfo 580 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 835 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
|
| H A D | LoopVectorize.cpp | 6598 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 6611 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 6617 unsigned ClassID = TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage() 6648 TTI.getRegisterClassForType(VFs[i].isVector(), Inst->getType()); in calculateRegisterUsage() 10214 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
|
| H A D | SLPVectorizer.cpp | 6509 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) in runImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1393 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|