Home
last modified time | relevance | path

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

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