Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h434 getIndexedLoadAction(unsigned IdxMode, EVT VT) const { in getIndexedLoadAction() function
446 (getIndexedLoadAction(IdxMode, VT) == Legal || in isIndexedLoadLegal()
447 getIndexedLoadAction(IdxMode, VT) == Custom); in isIndexedLoadLegal()
/external/llvm/include/llvm/Target/
DTargetLowering.h710 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() function
720 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
721 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedLoadLegal()