/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 162 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc); 1250 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel 3305 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 3308 SelectStore(Node, 2, AArch64::ST1Twov16b); in Select() 3311 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 3314 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 3317 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 3320 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 3323 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 3326 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 161 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc); 1187 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel 3094 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 3097 SelectStore(Node, 2, AArch64::ST1Twov16b); in Select() 3100 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 3103 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 3106 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 3109 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 3112 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 3115 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.h | 98 void SelectStore(SDNode *N);
|
D | HexagonISelDAGToDAG.cpp | 243 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 558 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 884 case ISD::STORE: return SelectStore(N); in Select()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 98 void SelectStore(SDNode *N); 436 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 625 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 1221 SelectStore(N); in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 157 bool SelectStore(const Instruction *I); 1020 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2074 return SelectStore(I); in TargetSelectInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 132 bool SelectStore(const Instruction *I); 732 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel 1858 return SelectStore(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 132 bool SelectStore(const Instruction *I); 750 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel 1945 return SelectStore(I); in fastSelectInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 138 bool SelectStore(const Instruction *I); 1148 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2808 return SelectStore(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 169 bool SelectStore(const Instruction *I); 1149 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2835 return SelectStore(I); in fastSelectInstruction()
|