Home
last modified time | relevance | path

Searched refs:getIndexedStoreAction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h455 getIndexedStoreAction(unsigned IdxMode, EVT VT) const { in getIndexedStoreAction() function
467 (getIndexedStoreAction(IdxMode, VT) == Legal || in isIndexedStoreLegal()
468 getIndexedStoreAction(IdxMode, VT) == Custom); in isIndexedStoreLegal()
/external/llvm/include/llvm/Target/
DTargetLowering.h728 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() function
738 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
739 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedStoreLegal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1015 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction() function
1025 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
1026 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedStoreLegal()