Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h509 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
DMipsISelLowering.cpp3110 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function in MipsTargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp99 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()
100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()
113 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall()
/external/llvm/include/llvm/Target/
DTargetLowering.h1130 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function