Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h75 SDNode* SelectLoad(SDNode *N);
DNVPTXISelDAGToDAG.cpp103 ResNode = SelectLoad(N); in Select()
148 SDNode* NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in NVPTXDAGToDAGISel
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp77 SDNode *SelectLoad(SDNode *N);
579 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel
1268 return SelectLoad(N); in Select()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp154 bool SelectLoad(const Instruction *I);
1093 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2675 return SelectLoad(I); in TargetSelectInstruction()