Searched refs:getRegisterClassForType (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h82 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
H A DPPCTargetTransformInfo.cpp614 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { function in class:PPCTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h816 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
1286 virtual unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const = 0;
1652 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const override {
1653 return Impl.getRegisterClassForType(Vector, Ty);
H A DTargetTransformInfoImpl.h374 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const { function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, Type *Ty) const { function in class:TargetTransformInfo
486 return TTIImpl->getRegisterClassForType(Vector, Ty);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5476 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType());
5489 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType());
5495 unsigned ClassID = TTI.getRegisterClassForType(true, Inst->getType());
5524 unsigned ClassID = TTI.getRegisterClassForType(VFs[i] > 1, Inst->getType());
7920 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) &&
H A DSLPVectorizer.cpp5632 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1392 TTI->getRegisterClassForType(false, F.getType())) - 1;

Completed in 167 milliseconds