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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1181     if (Arg.IsZExt)
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2032     Entry.IsZExt = !TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
 2096     Entry.IsZExt = !isSigned;
 2213     Entry.IsZExt = !isSigned;
 2222   Entry.IsZExt = !isSigned;
 2307   Entry.IsZExt = false;
 2315   Entry.IsZExt = false;
 2323   Entry.IsZExt = false;
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3443     Entry.IsZExt = false;
 3451   Entry.IsZExt = false;
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
 1018     Entry.IsZExt = !isSigned;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9040     Entry.IsZExt = false;
 9138       if (Args[i].IsZExt)
 9205       else if (Args[i].IsZExt)
 9229              CLI.RetZExt == Args[i].IsZExt))
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  104   IsZExt = Call->paramHasAttr(ArgIdx, Attribute::ZExt);
  136     Entry.IsZExt = !Entry.IsSExt;
  140       Entry.IsSExt = Entry.IsZExt = false;
lib/Target/AArch64/AArch64ISelLowering.cpp
 2580   Entry.IsZExt = false;
lib/Target/ARM/ARMISelLowering.cpp
 8757     Entry.IsZExt = false;
 8767   Entry.IsZExt = false;
 9115   Entry.IsZExt = true;
 9120   Entry.IsZExt = true;
15949     Entry.IsZExt = !isSigned;
lib/Target/AVR/AVRISelLowering.cpp
  376     Entry.IsZExt = !IsSigned;
lib/Target/X86/X86ISelLowering.cpp
25417     Entry.IsZExt = false;
27297   Entry.IsZExt = false;