Searched refs:getRegisterClassForType (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 97 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| H A D | PPCTargetTransformInfo.cpp | 856 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 246 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 935 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const; 1668 virtual unsigned getRegisterClassForType(bool Vector, 2163 unsigned getRegisterClassForType(bool Vector, 2165 return Impl.getRegisterClassForType(Vector, Ty);
|
| H A D | TargetTransformInfoImpl.h | 403 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 621 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, in getRegisterClassForType() function in TargetTransformInfo 623 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1566 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
|
| H A D | LoopVectorize.cpp | 5964 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 5977 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 5983 unsigned ClassID = TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage() 6014 TTI.getRegisterClassForType(VFs[i].isVector(), Inst->getType()); in calculateRegisterUsage() 10470 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
|
| H A D | SLPVectorizer.cpp | 10006 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) { in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1400 TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true)); in isFusionProfitable()
|
| H A D | LoopStrengthReduce.cpp | 1424 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|