Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h99 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
H A DPPCTargetTransformInfo.cpp461 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h312 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h964 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
1721 virtual unsigned getRegisterClassForType(bool Vector,
2246 unsigned getRegisterClassForType(bool Vector,
2248 return Impl.getRegisterClassForType(Vector, Ty);
H A DTargetTransformInfoImpl.h418 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp641 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, in getRegisterClassForType() function in TargetTransformInfo
643 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6035 TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage()
6048 TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage()
6054 TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage()
6090 TTI.getRegisterClassForType(VF.isVector(), Inst->getType()); in calculateRegisterUsage()
10611 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
H A DVectorCombine.cpp1708 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
H A DSLPVectorizer.cpp11343 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) { in runImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1524 TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true)); in isFusionProfitable()
H A DLoopStrengthReduce.cpp1437 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()