Home
last modified time | relevance | path

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

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