Searched defs:isIndexedStoreLegal (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 883 bool isIndexedStoreLegal(TTI::MemIndexedMode Mode, Type *Ty, isIndexedStoreLegal() function |
H A D | TargetTransformInfo.h | 2846 bool isIndexedStoreLegal(MemIndexedMode Mode, Type *Ty) const override { isIndexedStoreLegal() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 383 bool isIndexedStoreLegal(TTI::MemIndexedMode M, Type *Ty, isIndexedStoreLegal() function |
H A D | TargetLowering.h | 1539 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { isIndexedStoreLegal() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1237 bool TargetTransformInfo::isIndexedStoreLegal(MemIndexedMode Mode, isIndexedStoreLegal() function in TargetTransformInfo |