/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 37 unsigned BitWidth = in initializationPatternFor() local 55 unsigned BitWidth = llvm::APFloat::semanticsSizeInBits( in initializationPatternFor() local
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 54 unsigned BitWidth = LHS.getBitWidth(); computeForAddSub() local 150 unsigned BitWidth = getBitWidth(); sextInReg() local 278 getMaxShiftAmount(const APInt & MaxValue,unsigned BitWidth) getMaxShiftAmount() argument 287 unsigned BitWidth = LHS.getBitWidth(); shl() local 372 unsigned BitWidth = LHS.getBitWidth(); lshr() local 430 unsigned BitWidth = LHS.getBitWidth(); ashr() local 615 unsigned BitWidth = Res.getBitWidth(); computeForSatAddSub() local 768 unsigned BitWidth = LHS.getBitWidth(); avgCompute() local 799 unsigned BitWidth = LHS.getBitWidth(); mul() local 895 unsigned BitWidth = LHS.getBitWidth(); mulhs() local 903 unsigned BitWidth = LHS.getBitWidth(); mulhu() local 952 unsigned BitWidth = LHS.getBitWidth(); sdiv() local 1004 unsigned BitWidth = LHS.getBitWidth(); udiv() local 1030 unsigned BitWidth = LHS.getBitWidth(); remGetLowBits() local 1110 unsigned BitWidth = getBitWidth(); blsi() local 1121 unsigned BitWidth = getBitWidth(); blsmsk() local 1131 unsigned BitWidth = getBitWidth(); print() local [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h |
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSStub.cpp | 61 uint8_t ifs::convertIFSBitWidthToELF(IFSBitWidthType BitWidth) { in convertIFSBitWidthToELF() 98 IFSBitWidthType ifs::convertELFBitWidthToIFS(uint8_t BitWidth) { in convertELFBitWidthToIFS()
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.h | 159 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument 165 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
|
H A D | WebAssembly.h | 145 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument 151 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() argument 78 static ConstantRange getFull(uint32_t BitWidth) { in getFull() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 58 unsigned BitWidth = AB.getBitWidth(); determineLiveOperandBits() local 67 __anon6254ee7a0102(unsigned BitWidth, const Value *V1, const Value *V2) determineLiveOperandBits() argument 366 unsigned BitWidth = T->getScalarSizeInBits(); performAnalysis() local 415 unsigned BitWidth = DL.getTypeSizeInBits(T->getScalarType()); getDemandedBits() local [all...] |
H A D | ScalarEvolutionAliasAnalysis.cpp | 56 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SMTAPI.h | 157 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort()
|
/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 126 get(Align ABIAlign,Align PrefAlign,uint32_t BitWidth) get() argument 580 findAlignmentLowerBound(const SmallVectorImpl<LayoutAlignElem> & Alignments,uint32_t BitWidth) findAlignmentLowerBound() argument 587 setAlignment(AlignTypeEnum AlignType,Align ABIAlign,Align PrefAlign,uint32_t BitWidth) setAlignment() argument 672 getIntegerAlignment(uint32_t BitWidth,bool abi_or_pref) const getIntegerAlignment() argument 825 unsigned BitWidth = getTypeSizeInBits(Ty).getFixedValue(); getAlignment() local 841 unsigned BitWidth = getTypeSizeInBits(Ty).getKnownMinValue(); getAlignment() local 951 unsigned BitWidth = Offset.getBitWidth(); getElementIndex() local [all...] |
H A D | ConstantRange.cpp | 44 ConstantRange(uint32_t BitWidth,bool Full) ConstantRange() argument 278 unsigned BitWidth = V.getBitWidth(); makeExactMulNUWRegion() local 292 unsigned BitWidth = V.getBitWidth(); makeExactMulNSWRegion() local 326 unsigned BitWidth = Other.getBitWidth(); makeGuaranteedNoWrapRegion() local 398 unsigned BitWidth = Mask.getBitWidth(); makeMaskNotEqualRange() local 1847 unsigned BitWidth = Lower.getBitWidth(); getUnsignedCountTrailingZerosRange() local 1868 unsigned BitWidth = getBitWidth(); cttz() local 1915 unsigned BitWidth = Lower.getBitWidth(); getUnsignedPopCountRange() local 1940 unsigned BitWidth = getBitWidth(); ctpop() local [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 287 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) const getIntTypeByWidth() argument 301 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) const getLeastIntTypeByWidth() argument 316 getRealTypeByWidth(unsigned BitWidth,FloatModeKind ExplicitType) const getRealTypeByWidth() argument [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 33 assignIntTypeToVReg(unsigned BitWidth,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignIntTypeToVReg() argument 43 assignFloatTypeToVReg(unsigned BitWidth,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignFloatTypeToVReg() argument 175 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; getOrCreateConstIntReg() local 198 unsigned BitWidth = 32; getOrCreateConstFloatReg() local 236 unsigned BitWidth; getOrCreateConstFP() local 311 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; buildConstantInt() local 375 getOrCreateBaseRegister(Constant * Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,unsigned BitWidth) getOrCreateBaseRegister() argument 395 getOrCreateCompositeOrNull(Constant * Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,Constant * CA,unsigned BitWidth,unsigned ElemCnt,bool ZeroAsNull) getOrCreateCompositeOrNull() argument 504 getOrCreateIntCompositeOrNull(uint64_t Val,MachineIRBuilder & MIRBuilder,SPIRVType * SpvType,bool EmitIR,Constant * CA,unsigned BitWidth,unsigned ElemCnt) getOrCreateIntCompositeOrNull() argument 830 unsigned BitWidth = adjustOpTypeIntWidth(SrcBitWidth); adjustIntTypeByWidth() local 1272 getOrCreateSPIRVIntegerType(unsigned BitWidth,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVIntegerType() argument 1287 getOrCreateSPIRVType(unsigned BitWidth,MachineInstr & I,const SPIRVInstrInfo & TII,unsigned SPIRVOPcode,Type * LLVMTy) getOrCreateSPIRVType() argument 1305 getOrCreateSPIRVIntegerType(unsigned BitWidth,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVIntegerType() argument 1316 getOrCreateSPIRVFloatType(unsigned BitWidth,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVFloatType() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 31 unsigned BitWidth; variable
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.h | 22 unsigned BitWidth; member
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 20 uint32_t BitWidth; variable
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 43 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVVMIntrRange.cpp | 56 ConstantRange Range(APInt(BitWidth, Low), APInt(BitWidth, High)); in addRangeAttr() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 70 unsigned BitWidth = IntTy->getScalarSizeInBits(); in TEST_F() local 109 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 148 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 210 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 249 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 288 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 327 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 366 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 405 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local 444 unsigned BitWidth = IntTy->getScalarSizeInBits(); TEST_F() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaHexagon.cpp | 29 uint8_t BitWidth; in CheckHexagonBuiltinArgument() member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 34 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() local 103 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() local 149 unsigned BitWidth = DivTy->getBitWidth(); in generateUnsignedDivisionCode() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 90 return maskedValueIsZero(R, APInt::getSignMask(BitWidth)); in signBitIsZero() local 133 extractBits(unsigned BitWidth,const KnownBits & SrcOpKnown,const KnownBits & OffsetKnown,const KnownBits & WidthKnown) extractBits() argument 160 unsigned BitWidth = DstTy.getScalarSizeInBits(); computeKnownBitsImpl() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 112 : BitWidth(numBits) { BitWidth() function 209 getSignMask(unsigned BitWidth) getSignMask() argument 1463 getNumWords(unsigned BitWidth) getNumWords() argument 1894 unsigned BitWidth = 1; ///< The number of bits in this APInt. global() variable [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 53 PPValue(unsigned BitWidth) PPValue() argument 890 unsigned BitWidth = getTargetInfo().getIntMaxTWidth(); EvaluateDirectiveExpression() local
|