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

References

lib/Target/X86/X86ISelLowering.cpp
 3027       VA.isExtInLoc() && VA.getValVT().getScalarType() == MVT::i1 &&
 3027       VA.isExtInLoc() && VA.getValVT().getScalarType() == MVT::i1 &&
 3028       VA.getValVT().getSizeInBits() != VA.getLocVT().getSizeInBits();
 3028       VA.getValVT().getSizeInBits() != VA.getLocVT().getSizeInBits();
 3030   if (VA.getLocInfo() == CCValAssign::Indirect || ExtendedInMem)
 3031     ValVT = VA.getLocVT();
 3033     ValVT = VA.getValVT();
 3045     int FI = MFI.CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable,
 3055       VA.getLocInfo() != CCValAssign::Indirect && !ExtendedInMem) {
 3063       int FI = MFI.CreateFixedObject(ArgVT.getStoreSize(), VA.getLocMemOffset(),
 3074       int64_t PartBegin = VA.getLocMemOffset();
 3096                                  VA.getLocMemOffset(), isImmutable);
 3099   if (VA.getLocInfo() == CCValAssign::ZExt) {
 3101   } else if (VA.getLocInfo() == CCValAssign::SExt) {
 3110              ? (VA.getValVT().isVector()
 3111                     ? DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VA.getValVT(), Val)
 3112                     : DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val))