/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 202 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local 230 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local 250 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local 261 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 274 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 191 bool IsSigned) { in eliminateIVRemainder() 253 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local 422 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in simplifyIVUsers() local
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 83 bool IsSigned = DivInst->getOpcode() == Instruction::SDiv; in optimizeDivRem() local
|
D | InductiveRangeCheckElimination.cpp | 159 bool IsSigned = true; member in __anon3167cb7c0111::InductiveRangeCheck 314 Value *&Length, bool &IsSigned) { in parseRangeCheckICmp() 393 bool IsSigned; in extractRangeChecksFromCond() local 727 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 775 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|
D | IndVarSimplify.cpp | 851 bool IsSigned = false; member 861 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local 1045 bool IsSigned, Instruction *Use) { in createExtendInst() 1094 bool IsSigned = getExtendKind(NarrowDef) == SignExtended; in cloneBitwiseIVUser() local 1349 bool IsSigned = getExtendKind(DU.NarrowDef) == SignExtended; in widenLoopCompare() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 987 bool IsSigned, roundingMode RM, in convertToInteger() 995 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1070 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger() 1077 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1082 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1088 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/external/clang/lib/CodeGen/ |
D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 27 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 59 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 272 bool IsSigned) { in eliminateIVRemainder() 430 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
D | LoopUtils.cpp | 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned, in getSourceExtensionKind() 200 bool IsSigned = false; in AddReductionVar() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 726 bool IsSigned; // Was an sext user seen before a zext? member 751 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitCast() local 799 bool IsSigned; member in __anon96a4bab20311::WidenIV 863 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/v8/src/ |
D | machine-type.h | 84 constexpr bool IsSigned() const { in IsSigned() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 248 bool IsSigned = false; variable
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2096 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local 4868 bool IsSigned = false; in tryBFE() local 5201 bool IsSigned) { in GetConvertOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 625 bool IsSigned) { in multiplyOverflows() 633 bool IsSigned) { in isMultiple() 659 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
D | InstCombineAddSub.cpp | 1020 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { in MatchRem() 1042 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { in MatchDiv() 1063 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1078 bool IsSigned; in SimplifyAddWithRemainder() local
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 111 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local 145 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 254 bool IsSigned; variable
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 955 bool IsSigned) { in PPCMoveToFPReg() 999 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() 1074 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg() 1108 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1684 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local 3390 bool IsSigned = false; in tryBFE() local 3723 bool IsSigned) { in GetConvertOpcode()
|