Home
last modified time | relevance | path

Searched refs:getRegisterClassForType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h96 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
H A DPPCTargetTransformInfo.cpp847 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 DTargetTransformInfo.h924 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 DTargetTransformInfoImpl.h375 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp578 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 DVectorCombine.cpp835 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
H A DLoopVectorize.cpp6598 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 DSLPVectorizer.cpp6509 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1393 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()