/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 161 unsigned BW = Ty->getPrimitiveSizeInBits(); in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | HexagonConstPropagation.cpp | 1588 unsigned BW = A1.getBitWidth(); in evaluateZEXTi() local 1619 unsigned BW = A1.getBitWidth(); in evaluateSEXTi() local 1684 unsigned BW = A1.getBitWidth(); in evaluateCLBi() local 1719 unsigned BW = A1.getBitWidth(); evaluateCTBi() local 1765 unsigned BW = A1.getBitWidth(); evaluateEXTRACTi() local 1814 unsigned BW = A1.getBitWidth(), SW = Count*Bits; evaluateSplati() local 2152 unsigned BW = getRegBitWidth(R1.Reg); evaluate() local 2751 unsigned BW = getRegBitWidth(DefR.Reg); evaluateHexExt() local [all...] |
H A D | BitTracker.cpp | 350 uint16_t BW = getRegBitWidth(RR); in getCell() local 424 uint16_t BW = A.getBitWidth(); in eIMM() local
|
H A D | HexagonBitTracker.cpp | 295 uint16_t BW, bool Odd) -> BT::RegisterCell { in evaluate()
|
H A D | HexagonExpandCondsets.cpp | 1118 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
|
H A D | HexagonBitSimplify.cpp | 1363 unsigned BN, BW; in processBlock() local 2183 unsigned BN, BW; in genExtractLow() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 173 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in walkBackwards() local
|
H A D | ConstantHoisting.cpp | 543 unsigned BW = V1.getBitWidth() > V2.getBitWidth() ? in calculateOffsetDiff() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 269 unsigned BW = X->getType()->getScalarSizeInBits(); in visitImpl() local
|
H A D | InstCombineCalls.cpp | 1952 unsigned BW = Known.getBitWidth(); in visitCallInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 445 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in generateCondForPow() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 452 unsigned BW = getScalarOrVectorBitWidth(SpvType); in getOrCreateConstVector() local 471 unsigned BW = getScalarOrVectorBitWidth(SpvType); in getOrCreateConstVector() local 486 unsigned BW = getScalarOrVectorBitWidth(SpvBaseTy); in getOrCreateConstIntArray() local 550 unsigned BW = getScalarOrVectorBitWidth(SpvType); in getOrCreateConsIntVector() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 798 auto BW = getBitWidth(); in castOp() local 809 auto BW = getBitWidth(); in castOp() local 1574 unsigned BW = getBitWidth(); in shl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 843 unsigned BW = DL.getIndexTypeSizeInBits(PtrOp->getType()); in getStrideAndModOffsetOfGEP() local 902 unsigned BW = DL.getIndexTypeSizeInBits(PtrOp->getType()); in foldPatternedLoads() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 809 BitWord BW = Bits[i]; in applyMask() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1210 unsigned BW = VT.getScalarSizeInBits(); in ExpandSEXTINREG() local 1611 unsigned BW = VT.getScalarSizeInBits(); in ExpandUINT_TO_FLOAT() local
|
H A D | TargetLowering.cpp | 7909 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) { in isNonZeroModBitWidthOrUndef() 7926 unsigned BW = VT.getScalarSizeInBits(); in expandVPFunnelShift() local 7990 unsigned BW = VT.getScalarSizeInBits(); in expandFunnelShift() local 9332 unsigned BW = VT.getScalarSizeInBits(); in expandAVG() local 10495 unsigned BW = VT.getScalarSizeInBits(); in expandShlSat() local
|
H A D | DAGCombiner.cpp | 5515 SDValue N3, ISD::CondCode CC, unsigned &BW, in isSaturatingMinMax() 5620 unsigned BW; in PerformMinMaxFpToSatCombine() local 5659 unsigned BW = (C1 + 1).exactLogBase2(); in PerformUMinFpToSatCombine() local 7743 unsigned BW = VT.getScalarSizeInBits(); in visitORCommutative() local 8817 static unsigned littleEndianByteAt(unsigned BW, unsigned i) { in littleEndianByteAt() 8821 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt() 11049 unsigned BW = VT.getScalarSizeInBits(); in visitBSWAP() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1838 Expr *BW, bool synthesized) { in Create() 1913 IdentifierInfo *Id, QualType T, Expr *BW) { in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 404 unsigned BW = DL.getIndexTypeSizeInBits(GEP->getType()); in GEPToVectorIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 744 uint64_t BW = bit_width(DB.getDemandedBits(&U).getZExtValue()); in computeMinimumValueSizes() local
|
H A D | BasicAliasAnalysis.cpp | 1296 unsigned BW = OffsetRange.getBitWidth(); in aliasGEP() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1961 TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, in ObjCIvarDecl() 2031 QualType T, Expr *BW) in ObjCAtDefsFieldDecl()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 436 unsigned BW, const DecoderEmitter *E) in FilterChooser()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6572 Register Reg, unsigned BW) { in isNonZeroModBitWidthOrUndef() 6589 unsigned BW = Ty.getScalarSizeInBits(); in lowerFunnelShiftWithInverse() local 6628 const unsigned BW = Ty.getScalarSizeInBits(); in lowerFunnelShiftAsShifts() local 8126 unsigned BW = Ty.getScalarSizeInBits(); in lowerShlSat() local
|