Home
last modified time | relevance | path

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

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