Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp201 bool tryT2IndexedLoad(SDNode *N);
1688 bool ARMDAGToDAGISel::tryT2IndexedLoad(SDNode *N) { in tryT2IndexedLoad() function in ARMDAGToDAGISel
3989 if (tryT2IndexedLoad(N)) in Select()