Searched refs:getRegisterClassForType (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.h | 81 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
|
| D | PPCTargetTransformInfo.cpp | 594 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in PPCTTIImpl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 816 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const; 1286 virtual unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const = 0; 1652 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const override { 1653 return Impl.getRegisterClassForType(Vector, Ty);
|
| D | TargetTransformInfoImpl.h | 374 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 485 unsigned TargetTransformInfo::getRegisterClassForType(bool Vector, Type *Ty) const { in getRegisterClassForType() function in TargetTransformInfo 486 return TTIImpl->getRegisterClassForType(Vector, Ty); in getRegisterClassForType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 5476 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 5489 unsigned ClassID = TTI.getRegisterClassForType(false, Inst->getType()); in calculateRegisterUsage() 5495 unsigned ClassID = TTI.getRegisterClassForType(true, Inst->getType()); in calculateRegisterUsage() 5524 unsigned ClassID = TTI.getRegisterClassForType(VFs[i] > 1, Inst->getType()); in calculateRegisterUsage() 7920 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true)) && in runImpl()
|
| D | SLPVectorizer.cpp | 5632 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) in runImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 1392 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()
|