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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp237 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
240 SDNode *SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2010 SDNode *ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, function in class:ARMDAGToDAGISel
3125 return SelectVTBL(N, false, 2, ARM::VTBL2Pseudo);
3127 return SelectVTBL(N, false, 3, ARM::VTBL3Pseudo);
3129 return SelectVTBL(N, false, 4, ARM::VTBL4Pseudo);
3132 return SelectVTBL(N, true, 2, ARM::VTBX2Pseudo);
3134 return SelectVTBL(N, true, 3, ARM::VTBX3Pseudo);
3136 return SelectVTBL(N, true, 4, ARM::VTBX4Pseudo);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp229 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
232 void SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2296 void ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, function in class:ARMDAGToDAGISel
3671 SelectVTBL(N, false, 2, ARM::VTBL2);
3674 SelectVTBL(N, false, 3, ARM::VTBL3Pseudo);
3677 SelectVTBL(N, false, 4, ARM::VTBL4Pseudo);
3681 SelectVTBL(N, true, 2, ARM::VTBX2);
3684 SelectVTBL(N, true, 3, ARM::VTBX3Pseudo);
3687 SelectVTBL(N, true, 4, ARM::VTBX4Pseudo);

Completed in 190 milliseconds