Searched refs:SelectLoad (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 155 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 3110 SelectLoad(Node, 2, AArch64::LD2Rv8b, AArch64::dsub0); in Select() 3116 SelectLoad(Node, 2, AArch64::LD2Rv4h, AArch64::dsub0); in Select() 3119 SelectLoad(Node, 2, AArch64::LD2Rv8h, AArch64::qsub0); in Select() 3122 SelectLoad(Node, 2, AArch64::LD2Rv2s, AArch64::dsub0); in Select() 3125 SelectLoad(Node, 2, AArch64::LD2Rv4s, AArch64::qsub0); in Select() 3128 SelectLoad(Node, 2, AArch64::LD2Rv1d, AArch64::dsub0); in Select() 3131 SelectLoad(Node, 2, AArch64::LD2Rv2d, AArch64::qsub0); in Select() 3137 SelectLoad(Node, 3, AArch64::LD3Rv8b, AArch64::dsub0); in Select() 3143 SelectLoad(Node, 3, AArch64::LD3Rv4h, AArch64::dsub0); in Select() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 95 void SelectLoad(SDNode *N);
|
| H A D | HexagonISelDAGToDAG.cpp | 446 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel 880 case ISD::LOAD: return SelectLoad(N); in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 131 bool SelectLoad(const Instruction *I); 604 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel 1954 return SelectLoad(I); in fastSelectInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 168 bool SelectLoad(const Instruction *I); 1021 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2833 return SelectLoad(I); in fastSelectInstruction()
|