Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp161 unsigned BW = Ty->getPrimitiveSizeInBits(); in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonConstPropagation.cpp1589 unsigned BW = A1.getBitWidth(); in evaluateZEXTi() local
1620 unsigned BW = A1.getBitWidth(); in evaluateSEXTi() local
1685 unsigned BW = A1.getBitWidth(); in evaluateCLBi() local
1720 unsigned BW = A1.getBitWidth(); in evaluateCTBi() local
1766 unsigned BW = A1.getBitWidth(); in evaluateEXTRACTi() local
1815 unsigned BW = A1.getBitWidth(), SW = Count*Bits; in evaluateSplati() local
2153 unsigned BW = getRegBitWidth(R1.Reg); in evaluate() local
2752 unsigned BW = getRegBitWidth(DefR.Reg); in evaluateHexExt() local
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.cpp1114 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
H A DHexagonBitSimplify.cpp1363 unsigned BN, BW; in processBlock() local
2182 unsigned BN, BW; in genExtractLow() local
H A DHexagonISelLowering.cpp2921 unsigned BW = VecTy.getSizeInBits(); in LowerBUILD_VECTOR() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp300 unsigned BW = getScalarOrVectorBitWidth(SpvType); in getOrCreateConsIntVector() local
317 unsigned BW = getScalarOrVectorBitWidth(SpvBaseTy); in getOrCreateConsIntArray() local
369 unsigned BW = getScalarOrVectorBitWidth(SpvType); in getOrCreateConsIntVector() local
387 unsigned BW = getScalarOrVectorBitWidth(SpvBaseTy); in getOrCreateConsIntArray() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp268 unsigned BW = X->getType()->getScalarSizeInBits(); in visitImpl() local
H A DInstCombineCalls.cpp1494 unsigned BW = Known.getBitWidth(); in visitCallInst() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp205 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in walkBackwards() local
H A DConstantHoisting.cpp537 unsigned BW = V1.getBitWidth() > V2.getBitWidth() ? in calculateOffsetDiff() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp738 auto BW = getBitWidth(); in castOp() local
749 auto BW = getBitWidth(); in castOp() local
1447 unsigned BW = getBitWidth(); in shl() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp456 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in generateCondForPow() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1031 unsigned BW = VT.getScalarSizeInBits(); in ExpandSEXTINREG() local
1432 unsigned BW = VT.getScalarSizeInBits(); in ExpandUINT_TO_FLOAT() local
H A DTargetLowering.cpp7448 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) { in isNonZeroModBitWidthOrUndef()
7465 unsigned BW = VT.getScalarSizeInBits(); in expandVPFunnelShift() local
7529 unsigned BW = VT.getScalarSizeInBits(); in expandFunnelShift() local
9635 unsigned BW = VT.getScalarSizeInBits(); in expandShlSat() local
H A DDAGCombiner.cpp5110 SDValue N3, ISD::CondCode CC, unsigned &BW, in isSaturatingMinMax()
5195 unsigned BW; in PerformMinMaxFpToSatCombine() local
5235 unsigned BW = (C1 + 1).exactLogBase2(); in PerformUMinFpToSatCombine() local
8113 static unsigned littleEndianByteAt(unsigned BW, unsigned i) { in littleEndianByteAt()
8117 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt()
10246 unsigned BW = VT.getScalarSizeInBits(); in visitBSWAP() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h802 BitWord BW = Bits[i]; in applyMask() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp353 unsigned BW = DL.getIndexTypeSizeInBits(GEP->getType()); in GEPToVectorIndex() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1843 AccessControl ac, Expr *BW, in Create()
1919 IdentifierInfo *Id, QualType T, Expr *BW) { in Create()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1950 QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, in ObjCIvarDecl()
2019 QualType T, Expr *BW) in ObjCAtDefsFieldDecl()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1177 unsigned BW = OffsetRange.getBitWidth(); in aliasGEP() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp407 unsigned BW, const DecoderEmitter *E) in FilterChooser()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5798 Register Reg, unsigned BW) { in isNonZeroModBitWidthOrUndef()
5818 unsigned BW = Ty.getScalarSizeInBits(); in lowerFunnelShiftWithInverse() local
5860 const unsigned BW = Ty.getScalarSizeInBits(); in lowerFunnelShiftAsShifts() local
7166 unsigned BW = Ty.getScalarSizeInBits(); in lowerShlSat() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2283 unsigned BW = VT.getSizeInBits(); in emitCompareAndBranch() local

12