Home
last modified time | relevance | path

Searched defs:BitWidth (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty()
78 static ConstantRange getFull(uint32_t BitWidth) { in getFull()
DType.h207 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp90 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
DScalarEvolutionAliasAnalysis.cpp45 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
DValueTracking.cpp90 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 …]
DScalarEvolution.cpp1355 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/
DSMTAPI.h144 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp90 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/
DGISelKnownBits.cpp80 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/
DIntegerDivision.cpp35 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/
DLaneBitmask.h42 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
DSwitchLoweringUtils.cpp286 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/
DAPInt.h97 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/
DValueTypes.h103 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/
DFunctionLoweringInfo.cpp400 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/
DInstCombineSimplifyDemanded.cpp67 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
DInstCombineShifts.cpp943 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitShl() local
1063 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitLShr() local
1258 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitAShr() local
DInstCombineCalls.cpp375 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/
DExecutionEngine.cpp658 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/
DAPInt.h78 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/
DZ3Solver.cpp228 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/
DConstantRange.cpp42 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
DDataLayout.cpp478 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/
DInductiveRangeCheckElimination.cpp378 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

1234