Home
last modified time | relevance | path

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/
DPPCTargetTransformInfo.h81 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const;
DPPCTargetTransformInfo.cpp594 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/
DTargetTransformInfo.h816 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);
DTargetTransformInfoImpl.h374 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp485 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/
DLoopVectorize.cpp5476 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()
DSLPVectorizer.cpp5632 if (!TTI->getNumberOfRegisters(TTI->getRegisterClassForType(true))) in runImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1392 TTI->getRegisterClassForType(false, F.getType())) - 1; in RateFormula()