Home
last modified time | relevance | path

Searched refs:isIndexedMaskedStoreLegal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1384 bool isIndexedMaskedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedStoreLegal() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16203 if (!TLI.isIndexedMaskedStoreLegal(Inc, VT) && in getCombineLoadStoreParts()
16204 !TLI.isIndexedMaskedStoreLegal(Dec, VT)) in getCombineLoadStoreParts()