Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h621 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() function
631 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
632 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedLoadLegal()