Home
last modified time | relevance | path

Searched refs:shouldSignExtendTypeInLibCall (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h514 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
DMipsISelLowering.cpp3187 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function in MipsTargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp128 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()
129 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()
140 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall()
/external/llvm/include/llvm/Target/
DTargetLowering.h1232 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function