Searched refs:getRegisterClassForType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 97 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| H A D | PPCTargetTransformInfo.cpp | 459 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 D | RISCVTargetTransformInfo.h | 333 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1104 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 D | TargetTransformInfoImpl.h | 446 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 703 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 D | LoopVectorize.cpp | 5722 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 D | VectorCombine.cpp | 1858 if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true))) in run()
|
| H A D | SLPVectorizer.cpp | 13373 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) { in runImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1678 TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true)); in isFusionProfitable()
|
| H A D | LoopStrengthReduce.cpp | 1437 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|