Searched refs:SelectVTBL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp232 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
235 SDNode *SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2078 SDNode *ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, function in class:ARMDAGToDAGISel
3264 return SelectVTBL(N, false, 2, ARM::VTBL2);
3266 return SelectVTBL(N, false, 3, ARM::VTBL3Pseudo);
3268 return SelectVTBL(N, false, 4, ARM::VTBL4Pseudo);
3271 return SelectVTBL(N, true, 2, ARM::VTBX2);
3273 return SelectVTBL(N, true, 3, ARM::VTBX3Pseudo);
3275 return SelectVTBL(N, true, 4, ARM::VTBX4Pseudo);

Completed in 121 milliseconds