Home
last modified time | relevance | path

Searched refs:isIndexedLoadLegal (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1094 bool isIndexedLoadLegal(enum MemIndexedMode Mode, Type *Ty) const;
1377 virtual bool isIndexedLoadLegal(MemIndexedMode Mode, Type *Ty) const = 0;
1832 bool isIndexedLoadLegal(MemIndexedMode Mode, Type *Ty) const override { in isIndexedLoadLegal() function
1833 return Impl.isIndexedLoadLegal(Mode, Ty, getDataLayout()); in isIndexedLoadLegal()
DTargetTransformInfoImpl.h566 bool isIndexedLoadLegal(TTI::MemIndexedMode Mode, Type *Ty, in isIndexedLoadLegal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp794 bool TargetTransformInfo::isIndexedLoadLegal(MemIndexedMode Mode, in isIndexedLoadLegal() function in TargetTransformInfo
796 return TTIImpl->isIndexedLoadLegal(Mode, Ty); in isIndexedLoadLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h248 bool isIndexedLoadLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedLoadLegal() function
251 return getTLI()->isIndexedLoadLegal(getISDIndexedMode(M), VT); in isIndexedLoadLegal()
DTargetLowering.h1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1261 if (TTI->isIndexedLoadLegal(TTI->MIM_PostInc, AR->getType()) || in RateRegister()
3560 if (TTI.isIndexedLoadLegal(TTI.MIM_PostInc, AR->getType()) || in mayUsePostIncMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13737 if (!TLI.isIndexedLoadLegal(Inc, VT) && !TLI.isIndexedLoadLegal(Dec, VT)) in getCombineLoadStoreParts()