/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() 78 static ConstantRange getFull(uint32_t BitWidth) { in getFull()
|
D | Type.h | 207 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 90 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits() local 99 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits() 386 unsigned BitWidth = T->getScalarSizeInBits(); in performAnalysis() local
|
D | ScalarEvolutionAliasAnalysis.cpp | 45 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
|
D | ValueTracking.cpp | 90 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() local 313 unsigned BitWidth = KnownOut.getBitWidth(); in computeKnownBitsAddSub() local 327 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsMul() local 442 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromRangeMetadata() local 653 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromAssume() local 964 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromShiftOperator() local 1048 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromOperator() local 1725 unsigned BitWidth = Known.getBitWidth(); in computeKnownBits() local 1893 unsigned BitWidth = V->getType()->getScalarSizeInBits(); in isKnownToBeAPowerOfTwo() local 2212 unsigned BitWidth = getBitWidth(V->getType()->getScalarType(), Q.DL); in isKnownNonZero() local [all …]
|
D | ScalarEvolution.cpp | 1355 unsigned BitWidth = SE->getTypeSizeInBits(Step->getType()); in getSignedOverflowLimitForStep() local 1375 unsigned BitWidth = SE->getTypeSizeInBits(Step->getType()); in getUnsignedOverflowLimitForStep() local 1489 unsigned BitWidth = SE->getTypeSizeInBits(AR->getType()); in getPreStartForExtend() local 1616 const unsigned BitWidth = C.getBitWidth(); in extractConstantWithoutWrapping() local 1636 const unsigned BitWidth = ConstantStart.getBitWidth(); in extractConstantWithoutWrapping() local 1698 unsigned BitWidth = getTypeSizeInBits(AR->getType()); in getZeroExtendExpr() local 2042 unsigned BitWidth = getTypeSizeInBits(AR->getType()); in getSignExtendExpr() local 2579 uint64_t BitWidth = getTypeSizeInBits(Ty); in getAddExpr() local 4537 uint32_t BitWidth = cast<IntegerType>(Op->getType())->getBitWidth(); in MatchBinaryOp() local 5484 uint32_t BitWidth = getTypeSizeInBits(M->getType()); in GetMinTrailingZerosImpl() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SMTAPI.h | 144 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 90 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth(); in runFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 80 unsigned BitWidth = Ty.getScalarSizeInBits(); in signBitIsZero() local 106 unsigned BitWidth = DstTy.getSizeInBits(); in computeKnownBitsImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 35 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() local 107 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() local 158 unsigned BitWidth = DivTy->getBitWidth(); in generateUnsignedDivisionCode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | LaneBitmask.h | 42 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
|
D | SwitchLoweringUtils.cpp | 286 int BitWidth = PTy.getSizeInBits(); in findBitTestClusters() local 388 const int BitWidth = TLI->getPointerTy(*DL).getSizeInBits(); in buildBitTests() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 97 unsigned BitWidth; ///< The number of bits in this APInt. variable 278 : BitWidth(numBits) { in BitWidth() function 559 static APInt getSignMask(unsigned BitWidth) { in getSignMask() 1581 static unsigned getNumWords(unsigned BitWidth) { in getNumWords()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 103 unsigned BitWidth = EltTy.getSizeInBits(); in changeVectorElementTypeToInteger() local 334 unsigned BitWidth = getSizeInBits(); in getRoundIntegerType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 400 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo() 432 unsigned BitWidth = IntVT.getSizeInBits(); in ComputePHILiveOutRegInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 67 unsigned BitWidth = Inst.getType()->getScalarSizeInBits(); in SimplifyDemandedInstructionBits() local 123 uint32_t BitWidth = DemandedMask.getBitWidth(); in SimplifyDemandedUseBits() local 797 unsigned BitWidth = DemandedMask.getBitWidth(); in SimplifyMultipleUseDemandedBits() local 943 unsigned BitWidth = Ty->getScalarSizeInBits(); in simplifyShrShlDemandedBits() local
|
D | InstCombineShifts.cpp | 943 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitShl() local 1063 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitLShr() local 1258 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitAShr() local
|
D | InstCombineCalls.cpp | 375 unsigned BitWidth = VT->getElementType()->getPrimitiveSizeInBits(); in simplifyX86immShift() local 394 unsigned BitWidth = SVT->getPrimitiveSizeInBits(); in simplifyX86immShift() local 481 int BitWidth = SVT->getIntegerBitWidth(); in simplifyX86varShift() local 1281 unsigned BitWidth = IT->getBitWidth(); in foldCtpop() local 1954 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitCallInst() local 2103 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitCallInst() local 2108 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitCallInst() local 2454 unsigned BitWidth = II->getType()->getIntegerBitWidth(); in visitCallInst() local 2476 unsigned BitWidth = II->getType()->getIntegerBitWidth(); in visitCallInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 658 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local 664 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local 670 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local 719 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 78 unsigned BitWidth; ///< The number of bits in this APInt. variable 241 : BitWidth(numBits), VAL(0) { in BitWidth() function 451 static APInt getSignBit(unsigned BitWidth) { in getSignBit() 1270 static unsigned getNumWords(unsigned BitWidth) { in getNumWords()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Z3Solver.cpp | 228 static const llvm::fltSemantics &getFloatSemantics(unsigned BitWidth) { in getFloatSemantics() 307 SMTSortRef getBitvectorSort(unsigned BitWidth) override { in getBitvectorSort() 725 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector() 750 llvm::APSInt getBitvector(const SMTExprRef &Exp, unsigned BitWidth, in getBitvector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 42 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() 185 unsigned BitWidth = V.getBitWidth(); in makeExactMulNUWRegion() local 200 unsigned BitWidth = V.getBitWidth(); in makeExactMulNSWRegion() local 237 unsigned BitWidth = Other.getBitWidth(); in makeGuaranteedNoWrapRegion() local
|
D | DataLayout.cpp | 478 uint32_t BitWidth) { in findAlignmentLowerBound() 540 Align DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, uint32_t BitWidth, in getAlignmentInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 378 unsigned BitWidth = cast<IntegerType>(IndexAddRec->getType())->getBitWidth(); in extractRangeChecksFromCond() local 678 unsigned BitWidth = cast<IntegerType>(BoundSCEV->getType())->getBitWidth(); in isSafeDecreasingBound() local 726 unsigned BitWidth = cast<IntegerType>(BoundSCEV->getType())->getBitWidth(); in isSafeIncreasingBound() local 1612 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace() local
|