Home
last modified time | relevance | path

Searched defs:BW (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp161 unsigned BW = Ty->getPrimitiveSizeInBits(); in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonConstPropagation.cpp1588 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 DBitTracker.cpp350 uint16_t BW = getRegBitWidth(RR); in getCell() local
424 uint16_t BW = A.getBitWidth(); in eIMM() local
H A DHexagonBitTracker.cpp295 uint16_t BW, bool Odd) -> BT::RegisterCell { in evaluate()
H A DHexagonExpandCondsets.cpp1118 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
H A DHexagonBitSimplify.cpp1363 unsigned BN, BW; in processBlock() local
2183 unsigned BN, BW; in genExtractLow() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp173 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in walkBackwards() local
H A DConstantHoisting.cpp543 unsigned BW = V1.getBitWidth() > V2.getBitWidth() ? in calculateOffsetDiff() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp269 unsigned BW = X->getType()->getScalarSizeInBits(); in visitImpl() local
H A DInstCombineCalls.cpp1952 unsigned BW = Known.getBitWidth(); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp445 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in generateCondForPow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp452 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 DConstantRange.cpp798 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 DAggressiveInstCombine.cpp843 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 DBitVector.h809 BitWord BW = Bits[i]; in applyMask() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1210 unsigned BW = VT.getScalarSizeInBits(); in ExpandSEXTINREG() local
1611 unsigned BW = VT.getScalarSizeInBits(); in ExpandUINT_TO_FLOAT() local
H A DTargetLowering.cpp7909 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 DDAGCombiner.cpp5515 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 DDeclObjC.cpp1838 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 DAMDGPUPromoteAlloca.cpp404 unsigned BW = DL.getIndexTypeSizeInBits(GEP->getType()); in GEPToVectorIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp744 uint64_t BW = bit_width(DB.getDemandedBits(&U).getZExtValue()); in computeMinimumValueSizes() local
H A DBasicAliasAnalysis.cpp1296 unsigned BW = OffsetRange.getBitWidth(); in aliasGEP() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1961 TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, in ObjCIvarDecl()
2031 QualType T, Expr *BW) in ObjCAtDefsFieldDecl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp436 unsigned BW, const DecoderEmitter *E) in FilterChooser()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6572 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

12