reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
35299     V = getPMOVMSKB(DL, V, DAG, Subtarget);
35299     V = getPMOVMSKB(DL, V, DAG, Subtarget);
35302       V = DAG.getNode(X86ISD::PACKSS, DL, MVT::v16i8, V,
35302       V = DAG.getNode(X86ISD::PACKSS, DL, MVT::v16i8, V,
35304     V = DAG.getNode(X86ISD::MOVMSK, DL, MVT::i32, V);
35304     V = DAG.getNode(X86ISD::MOVMSK, DL, MVT::i32, V);
35309   V = DAG.getZExtOrTrunc(V, DL, IntVT);
35309   V = DAG.getZExtOrTrunc(V, DL, IntVT);
35310   return DAG.getBitcast(VT, V);