Searched refs:shouldSignExtendTypeInLibCall (Results 1 – 4 of 4) sorted by relevance
478 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
3056 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function in MipsTargetLowering
99 Entry.isSExt = shouldSignExtendTypeInLibCall(Ops[i].getValueType(), isSigned); in makeLibCall()100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Ops[i].getValueType(), isSigned); in makeLibCall()109 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall()
1085 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function