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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1183     if (Arg.IsSExt)
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2031     Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
 2095     Entry.IsSExt = isSigned;
 2212     Entry.IsSExt = isSigned;
 2221   Entry.IsSExt = isSigned;
 2306   Entry.IsSExt = false;
 2314   Entry.IsSExt = false;
 2322   Entry.IsSExt = false;
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3442     Entry.IsSExt = true;
 3450   Entry.IsSExt = true;
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
 1017     Entry.IsSExt = isSigned;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9039     Entry.IsSExt = false;
 9140       if (Args[i].IsSExt)
 9203       if (Args[i].IsSExt)
 9228             (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt &&
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  103   IsSExt = Call->paramHasAttr(ArgIdx, Attribute::SExt);
  134     Entry.IsSExt = shouldSignExtendTypeInLibCall(NewOp.getValueType(),
  136     Entry.IsZExt = !Entry.IsSExt;
  140       Entry.IsSExt = Entry.IsZExt = false;
lib/Target/AArch64/AArch64ISelLowering.cpp
 2579   Entry.IsSExt = false;
lib/Target/ARM/ARMISelLowering.cpp
 8756     Entry.IsSExt = false;
 8766   Entry.IsSExt = false;
15948     Entry.IsSExt = isSigned;
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   97     Entry.IsSExt = false;
lib/Target/AVR/AVRISelLowering.cpp
  375     Entry.IsSExt = IsSigned;
lib/Target/X86/X86ISelLowering.cpp
25416     Entry.IsSExt = false;
27296   Entry.IsSExt = false;