| /external/llvm/include/llvm/IR/ |
| D | Constants.h | 181 bool isMaxValue(bool isSigned) const { in isMaxValue() 193 bool isMinValue(bool isSigned) const { in isMinValue()
|
| D | ConstantFolder.h | 170 bool isSigned) const { in CreateIntCast()
|
| D | NoFolder.h | 223 bool isSigned) const { in CreateIntCast()
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInstrInfo.cpp | 52 unsigned isSigned = in getMaxValue() local 67 unsigned isSigned = in getMinValue() local
|
| D | HexagonInstPrinter.cpp | 35 unsigned isSigned = in getMinValue() local 49 unsigned isSigned = in getMaxValue() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2048 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 …]
|
| D | LegalizeTypes.cpp | 1038 bool isSigned) { in LibCallify() 1066 bool isSigned) { in ExpandChainLibCall()
|
| D | LegalizeVectorOps.cpp | 451 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
|
| /external/llvm/include/llvm/ADT/ |
| D | APSInt.h | 49 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /external/javasqlite/src/main/java/SQLite/JDBC2z/ |
| D | JDBCResultSetMetaData.java | 184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
|
| /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
| D | mct.c | 444 OPJ_UINT32 isSigned) in opj_mct_encode_custom() 497 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fTextureBorderClampTests.cpp | 352 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
|
| D | es31fShaderIntegerFunctionTests.cpp | 376 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
|
| D | es31fShaderAtomicOpTests.cpp | 422 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/ |
| D | APFloat.cpp | 2077 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/ |
| D | InstCombineAndOrXor.cpp | 301 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
|
| D | InstCombineMulDivRem.cpp | 875 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local 899 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | TargetFolder.h | 175 bool isSigned) const { in CreateIntCast()
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 1550 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()
|
| D | ARMBaseRegisterInfo.cpp | 637 bool isSigned = true; in isFrameOffsetLegal() local
|
| /external/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 183 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 1822 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local 1836 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local
|
| /external/llvm/unittests/ADT/ |
| D | APIntTest.cpp | 585 bool isSigned; in TEST() local
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | AMDILPeepholeOptimizer.cpp | 742 bool isSigned = ShiftInst->isArithmeticShift(); in optimizeBitExtract() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 2293 bool isSigned = Opcode == ISD::SMUL_LOHI; in Select() local 2443 bool isSigned = (Opcode == ISD::SDIVREM || in Select() local
|