Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp194 bool tryARMIndexedLoad(SDNode *N);
1574 bool ARMDAGToDAGISel::tryARMIndexedLoad(SDNode *N) { in tryARMIndexedLoad() function in ARMDAGToDAGISel
3790 } else if (tryARMIndexedLoad(N)) in Select()