Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1485 bool isIndexedMaskedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedLoadLegal() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18084 if (!TLI.isIndexedMaskedLoadLegal(Inc, VT) && in getCombineLoadStoreParts()
18085 !TLI.isIndexedMaskedLoadLegal(Dec, VT)) in getCombineLoadStoreParts()