Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/include/llvm/IR/
DConstants.h181 bool isMaxValue(bool isSigned) const { in isMaxValue()
193 bool isMinValue(bool isSigned) const { in isMinValue()
DConstantFolder.h170 bool isSigned) const { in CreateIntCast()
DNoFolder.h223 bool isSigned) const { in CreateIntCast()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp52 unsigned isSigned = in getMaxValue() local
67 unsigned isSigned = in getMinValue() local
DHexagonInstPrinter.cpp35 unsigned isSigned = in getMinValue() local
49 unsigned isSigned = in getMaxValue() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2048 bool isSigned) { in ExpandLibCall()
2095 bool isSigned, SDLoc dl) { in ExpandLibCall()
2127 bool isSigned) { in ExpandChainLibCall()
2174 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2193 static bool isDivRemLibcallAvailable(SDNode *Node, bool isSigned, in isDivRemLibcallAvailable()
2209 static bool useDivRem(SDNode *Node, bool isSigned, bool isDIV) { in useDivRem()
2238 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2410 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, in ExpandLegalINT_TO_FP()
2611 bool isSigned, in PromoteLegalINT_TO_FP()
2653 bool isSigned, in PromoteLegalFP_TO_INT()
[all …]
DLegalizeTypes.cpp1038 bool isSigned) { in LibCallify()
1066 bool isSigned) { in ExpandChainLibCall()
DLegalizeVectorOps.cpp451 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
/external/llvm/include/llvm/ADT/
DAPSInt.h49 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dmct.c444 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
497 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp352 int getNBitIntegerMaxValue (bool isSigned, int numBits) in getNBitIntegerMaxValue()
364 int getNBitIntegerMinValue (bool isSigned, int numBits) in getNBitIntegerMinValue()
376 tcu::IVec4 getNBitIntegerVec4MaxValue (bool isSigned, const tcu::IVec4& numBits) in getNBitIntegerVec4MaxValue()
384 tcu::IVec4 getNBitIntegerVec4MinValue (bool isSigned, const tcu::IVec4& numBits) in getNBitIntegerVec4MinValue()
1540 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER; in init() local
1611 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;; in init() local
Des31fShaderIntegerFunctionTests.cpp376 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
472 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
765 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1078 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
Des31fShaderAtomicOpTests.cpp422 const bool isSigned = m_type == TYPE_INT; in getInputs() local
496 const bool isSigned = m_type == TYPE_INT; in ShaderAtomicMaxCase() local
504 const bool isSigned = m_type == TYPE_INT; in getInputs() local
/external/llvm/lib/Support/
DAPFloat.cpp2077 bool isSigned, in convertToSignExtendedInteger()
2189 bool isSigned, in convertToInteger()
2270 bool isSigned, in convertFromAPInt()
2291 bool isSigned, in convertFromSignExtendedInteger()
2318 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp301 bool isSigned, bool Inside) { in InsertRangeTest()
894 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldAndOfICmps() local
1796 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldOrOfICmps() local
2818 bool isSigned = LHS->isSigned() || RHS->isSigned(); in visitXor() local
DInstCombineMulDivRem.cpp875 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
899 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
/external/llvm/include/llvm/Analysis/
DTargetFolder.h175 bool isSigned) const { in CreateIntCast()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1550 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP()
1594 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI()
1702 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv()
1730 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
DARMBaseRegisterInfo.cpp637 bool isSigned = true; in isFrameOffsetLegal() local
/external/clang/lib/Frontend/
DInitPreprocessor.cpp183 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1822 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local
1836 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp585 bool isSigned; in TEST() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp742 bool isSigned = ShiftInst->isArithmeticShift(); in optimizeBitExtract() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2293 bool isSigned = Opcode == ISD::SMUL_LOHI; in Select() local
2443 bool isSigned = (Opcode == ISD::SDIVREM || in Select() local

12