Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp155 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1191 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel
2956 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select()
2959 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select()
2962 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select()
2965 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select()
2968 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select()
2971 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select()
2974 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select()
2977 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h95 void SelectLoad(SDNode *N);
DHexagonISelDAGToDAG.cpp448 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel
883 case ISD::LOAD: return SelectLoad(N); in Select()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp131 bool SelectLoad(const Instruction *I);
604 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel
1943 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp168 bool SelectLoad(const Instruction *I);
1021 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2833 return SelectLoad(I); in fastSelectInstruction()