Searched refs:SelectVLDDup (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 234 SDNode *SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, 1933 SDNode *ARMDAGToDAGISel::SelectVLDDup(SDNode *N, bool isUpdating, in SelectVLDDup() function in ARMDAGToDAGISel 2720 return SelectVLDDup(N, false, 2, Opcodes); in Select() 2726 return SelectVLDDup(N, false, 3, Opcodes); in Select() 2732 return SelectVLDDup(N, false, 4, Opcodes); in Select() 2738 return SelectVLDDup(N, true, 2, Opcodes); in Select() 2744 return SelectVLDDup(N, true, 3, Opcodes); in Select() 2750 return SelectVLDDup(N, true, 4, Opcodes); in Select()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 226 void SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, 2214 void ARMDAGToDAGISel::SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLDDup() function in ARMDAGToDAGISel 3151 SelectVLDDup(N, false, 2, Opcodes); in Select() 3159 SelectVLDDup(N, false, 3, Opcodes); in Select() 3167 SelectVLDDup(N, false, 4, Opcodes); in Select() 3175 SelectVLDDup(N, true, 2, Opcodes); in Select() 3183 SelectVLDDup(N, true, 3, Opcodes); in Select() 3191 SelectVLDDup(N, true, 4, Opcodes); in Select()
|