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

References

lib/Target/X86/X86ISelLowering.cpp
39045   if (VT != MVT::i32 && VT != MVT::i64)
39045   if (VT != MVT::i32 && VT != MVT::i64)
39049   if (TLI.isTypeLegal(VT) && TLI.isOperationLegal(ISD::CTPOP, VT))
39049   if (TLI.isTypeLegal(VT) && TLI.isOperationLegal(ISD::CTPOP, VT))
39068   if (VT == MVT::i64) {
39070                              DAG.getNode(ISD::SRL, DL, VT, X,
39079     return DAG.getNode(ISD::ZERO_EXTEND, DL, VT, Parity);
39081   assert(VT == MVT::i32 && "Unexpected VT!");
39084   SDValue Hi16 = DAG.getNode(ISD::SRL, DL, VT, X,
39086   X = DAG.getNode(ISD::XOR, DL, VT, X, Hi16);
39092                            DAG.getNode(ISD::SRL, DL, VT, X,