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

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h65 SDNode *SelectStore(SDNode *N);
H A DNVPTXISelDAGToDAG.cpp132 ResNode = SelectStore(N);
1297 SDNode *NVPTXDAGToDAGISel::SelectStore(SDNode *N) { function in class:NVPTXDAGToDAGISel
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp101 SDNode *SelectStore(SDNode *N);
815 SDNode *HexagonDAGToDAGISel::SelectStore(SDNode *N) { function in class:HexagonDAGToDAGISel
1370 return SelectStore(N);
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp127 bool SelectStore(const Instruction *I);
651 bool PPCFastISel::SelectStore(const Instruction *I) { function in class:PPCFastISel
1745 return SelectStore(I);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp157 bool SelectStore(const Instruction *I);
1262 bool ARMFastISel::SelectStore(const Instruction *I) { function in class:ARMFastISel
2892 return SelectStore(I);

Completed in 88 milliseconds