Searched defs:SelectLoad (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp127 ResNode = SelectLoad(N);
192 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { function in class:NVPTXDAGToDAGISel
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp92 SDNode *SelectLoad(SDNode *N);
674 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { function in class:HexagonDAGToDAGISel
1365 return SelectLoad(N);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool SelectLoad(const Instruction *I);
1109 bool ARMFastISel::SelectLoad(const Instruction *I) { function in class:ARMFastISel
2829 return SelectLoad(I);

Completed in 86 milliseconds