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

References

lib/Target/X86/X86ISelLowering.cpp
 2874       Val =
 2879       Val = Chain.getValue(0);
 2884       Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
 2884       Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
 2893         Val = lowerRegToMasks(Val, VA.getValVT(), VA.getLocVT(), dl, DAG);
 2893         Val = lowerRegToMasks(Val, VA.getValVT(), VA.getLocVT(), dl, DAG);
 2895         Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
 2895         Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
 2898     InVals.push_back(Val);