Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1149 bool isIndexedMaskedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedLoadLegal() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1301 bool isIndexedMaskedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedMaskedLoadLegal() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13752 if (!TLI.isIndexedMaskedLoadLegal(Inc, VT) && in getCombineLoadStoreParts()
13753 !TLI.isIndexedMaskedLoadLegal(Dec, VT)) in getCombineLoadStoreParts()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14731 if (!TLI.isIndexedMaskedLoadLegal(Inc, VT) && in getCombineLoadStoreParts()
14732 !TLI.isIndexedMaskedLoadLegal(Dec, VT)) in getCombineLoadStoreParts()