Searched refs:shouldSignExtendTypeInLibCall (Results 1 – 5 of 5) sorted by relevance
625 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
3549 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function in MipsTargetLowering
2003 Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned); in ExpandLibCall()2004 Entry.IsZExt = !TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned); in ExpandLibCall()2030 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall()
132 Entry.IsSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()133 Entry.IsZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()144 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall()
1700 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function