Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
/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/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/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/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/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()
|