Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp203 bool tryT2IndexedLoad(SDNode *N);
1701 bool ARMDAGToDAGISel::tryT2IndexedLoad(SDNode *N) { in tryT2IndexedLoad() function in ARMDAGToDAGISel
4007 if (tryT2IndexedLoad(N)) in Select()