Searched refs:SelectLoad (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 248 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1369 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel 3565 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select() 3568 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select() 3571 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select() 3574 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select() 3577 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select() 3580 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select() 3583 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select() 3586 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.h | 93 void SelectLoad(SDNode *N);
|
H A D | HexagonISelDAGToDAG.cpp | 445 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel 892 case ISD::LOAD: return SelectLoad(N); in Select()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 126 bool SelectLoad(const Instruction *I); 589 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel 1943 return SelectLoad(I); in fastSelectInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 163 bool SelectLoad(const Instruction *I); 1003 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2821 return SelectLoad(I); in fastSelectInstruction()
|