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

Overridden By

lib/Target/Mips/MipsISelLowering.cpp
 3629 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const {

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2031     Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
 2032     Entry.IsZExt = !TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
 2058   bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned);
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  134     Entry.IsSExt = shouldSignExtendTypeInLibCall(NewOp.getValueType(),
  152   bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt);