Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h97 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
H A DPPCTargetTransformInfo.cpp459 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h333 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1104 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
1915 virtual unsigned getRegisterClassForType(bool Vector,
2486 unsigned getRegisterClassForType(bool Vector,
2488 return Impl.getRegisterClassForType(Vector, Ty);
H A DTargetTransformInfoImpl.h446 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp703 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, in getRegisterClassForType() function in TargetTransformInfo
705 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5722 TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage()
5735 TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage()
5741 TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage()
5777 TTI.getRegisterClassForType(VF.isVector(), Inst->getType()); in calculateRegisterUsage()
10297 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
H A DVectorCombine.cpp1858 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
H A DSLPVectorizer.cpp13373 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) { in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1678 TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true)); in isFusionProfitable()
H A DLoopStrengthReduce.cpp1437 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()