Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1051 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction() function
1061 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
1062 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom); in isIndexedLoadLegal()