Home
last modified time | relevance | path

Searched refs:SelectLoad (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp154 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/
DHexagonISelDAGToDAG.cpp94 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/
DARMFastISel.cpp156 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/
DPPCFastISel.cpp131 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/
DARMFastISel.cpp137 bool SelectLoad(const Instruction *I);
1021 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2806 return SelectLoad(I); in fastSelectInstruction()