Searched refs:SelectLoad (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h62 SDNode *SelectLoad(SDNode *N);
H A DNVPTXISelDAGToDAG.cpp129 ResNode = SelectLoad(N);
194 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { function in class:NVPTXDAGToDAGISel
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp92 SDNode *SelectLoad(SDNode *N);
674 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { function in class:HexagonDAGToDAGISel
1367 return SelectLoad(N);
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp126 bool SelectLoad(const Instruction *I);
540 bool PPCFastISel::SelectLoad(const Instruction *I) { function in class:PPCFastISel
1747 return SelectLoad(I);
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool SelectLoad(const Instruction *I);
1149 bool ARMFastISel::SelectLoad(const Instruction *I) { function in class:ARMFastISel
2890 return SelectLoad(I);

Completed in 104 milliseconds