Searched refs:SelectLoad (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 375 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1678 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel 4737 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select() 4740 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select() 4743 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select() 4746 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select() 4749 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select() 4752 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select() 4755 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select() 4758 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.h | 91 void SelectLoad(SDNode *N);
|
H A D | HexagonISelDAGToDAG.cpp | 455 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel 1034 case ISD::LOAD: return SelectLoad(N); in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 125 bool SelectLoad(const Instruction *I); 587 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel 1942 return SelectLoad(I); in fastSelectInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 162 bool SelectLoad(const Instruction *I); 1004 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2829 return SelectLoad(I); in fastSelectInstruction()
|