Searched refs:getRegisterClassForType (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 99 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| H A D | PPCTargetTransformInfo.cpp | 461 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 312 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 964 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 D | TargetTransformInfoImpl.h | 418 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 641 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 D | LoopVectorize.cpp | 6035 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 D | VectorCombine.cpp | 1708 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
|
| H A D | SLPVectorizer.cpp | 11343 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) { in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1524 TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true)); in isFusionProfitable()
|
| H A D | LoopStrengthReduce.cpp | 1437 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|