Searched refs:SelectLoad (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 154 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1134 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel 2745 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select() 2748 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select() 2751 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select() 2754 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select() 2757 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select() 2760 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select() 2763 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select() 2766 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 94 void SelectLoad(SDNode *N); 517 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel 1217 SelectLoad(N); in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 156 bool SelectLoad(const Instruction *I); 957 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2072 return SelectLoad(I); in TargetSelectInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 131 bool SelectLoad(const Instruction *I); 590 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel 1856 return SelectLoad(I); in fastSelectInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 137 bool SelectLoad(const Instruction *I); 1021 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel 2806 return SelectLoad(I); in fastSelectInstruction()
|