Searched refs:SelectLoad (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 154 SDNode *SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1134 SDNode *AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, in SelectLoad() function in AArch64DAGToDAGISel 2478 return SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select() 2480 return SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select() 2482 return SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select() 2484 return SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select() 2486 return SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select() 2488 return SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select() 2490 return SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select() 2492 return SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.h | 61 SDNode *SelectLoad(SDNode *N);
|
D | NVPTXISelDAGToDAG.cpp | 118 ResNode = SelectLoad(N); in Select() 660 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in NVPTXDAGToDAGISel
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 93 SDNode *SelectLoad(SDNode *N); 488 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel 1322 return SelectLoad(N); in Select()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 130 bool SelectLoad(const Instruction *I); 577 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel 1841 return SelectLoad(I); in fastSelectInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 144 bool SelectLoad(const Instruction *I); 1060 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2812 return SelectLoad(I); in fastSelectInstruction()
|