Home
last modified time | relevance | path

Searched defs:NewBits (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h66 uint64_t NewBits = Bits[I / 64] | (uint64_t(1) << (I % 64)); in set() local
73 uint64_t NewBits = Bits[I / 64] & ~(uint64_t(1) << (I % 64)); in reset() local
80 uint64_t NewBits = Bits[I / 64] ^ (uint64_t(1) << (I % 64)); in flip() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h134 void setSmallBits(uintptr_t NewBits) { in setSmallBits()
333 uintptr_t NewBits = t ? ~uintptr_t(0) << getSmallSize() : 0; variable
DBitVector.h733 auto NewBits = allocate(NewCapacity); variable
887 BitWord *NewBits = static_cast<BitWord *>( in grow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp393 SmallVector<Init *, 16> NewBits(Bits.size()); in convertInitializerBitRange() local
427 SmallVector<Init *, 16> NewBits(getNumBits()); in resolveReferences() local
494 SmallVector<Init *, 16> NewBits(BRT->getNumBits()); in convertInitializerTo() local
506 SmallVector<Init *, 16> NewBits(Bits.size()); in convertInitializerBitRange() local
1457 SmallVector<Init *, 16> NewBits; in convertInitializerBitRange() local
DTGParser.cpp193 SmallVector<Init *, 16> NewBits(CurVal->getNumBits()); in SetValue() local
1939 SmallVector<Init *, 16> NewBits; in ParseSimpleValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h770 auto *NewBits = Alloc.allocate(Capacity); in grow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1684 unsigned NewBits = getTypeSizeInBits(Ty); in getZeroExtendExpr() local
1995 unsigned NewBits = getTypeSizeInBits(Ty); in getSignExtendExpr() local
4614 unsigned NewBits = SE.getTypeSizeInBits(Op->getType()); in isSimpleCastedPHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3210 auto NewBits = MIRBuilder.buildConstant(ShiftAmtTy, NewBitSize); in narrowScalarShift() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp689 unsigned NewBits = PromotedType.getScalarSizeInBits(); in PromoteIntRes_ADDSUBSAT() local
DSelectionDAG.cpp2959 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits); in computeKnownBits() local
DDAGCombiner.cpp11454 APInt NewBits = APInt(DstBitSize, 0); in ConstantFoldBITCASTofBUILD_VECTOR() local