Home
last modified time | relevance | path

Searched refs:isIndexedStoreLegal (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.h1097 bool isIndexedStoreLegal(enum MemIndexedMode Mode, Type *Ty) const;
1378 virtual bool isIndexedStoreLegal(MemIndexedMode Mode,Type *Ty) const = 0;
1835 bool isIndexedStoreLegal(MemIndexedMode Mode, Type *Ty) const override { in isIndexedStoreLegal() function
1836 return Impl.isIndexedStoreLegal(Mode, Ty, getDataLayout()); in isIndexedStoreLegal()
DTargetTransformInfoImpl.h571 bool isIndexedStoreLegal(TTI::MemIndexedMode Mode, Type *Ty, in isIndexedStoreLegal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp799 bool TargetTransformInfo::isIndexedStoreLegal(MemIndexedMode Mode, in isIndexedStoreLegal() function in TargetTransformInfo
801 return TTIImpl->isIndexedStoreLegal(Mode, Ty); in isIndexedStoreLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h254 bool isIndexedStoreLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedStoreLegal() function
257 return getTLI()->isIndexedStoreLegal(getISDIndexedMode(M), VT); in isIndexedStoreLegal()
DTargetLowering.h1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1262 TTI->isIndexedStoreLegal(TTI->MIM_PostInc, AR->getType())) { in RateRegister()
3561 TTI.isIndexedStoreLegal(TTI.MIM_PostInc, AR->getType())) { in mayUsePostIncMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13744 if (!TLI.isIndexedStoreLegal(Inc, VT) && !TLI.isIndexedStoreLegal(Dec, VT)) in getCombineLoadStoreParts()