Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h497 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() function
507 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
508 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedLoadLegal()