Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp202 bool tryT1IndexedLoad(SDNode *N);
1674 bool ARMDAGToDAGISel::tryT1IndexedLoad(SDNode *N) { in tryT1IndexedLoad() function in ARMDAGToDAGISel
4010 if (tryT1IndexedLoad(N)) in Select()