Home
last modified time | relevance | path

Searched refs:setBits (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h240 Res.setBits(loBit, hiBit); in getBitsSet()
1338 setBits(loBit, hiBit); in setBitsWithWrap()
1347 void setBits(unsigned loBit, unsigned hiBit) { in setBits() function
1366 void setBitsFrom(unsigned loBit) { return setBits(loBit, BitWidth); } in setBitsFrom()
1369 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits()
1373 return setBits(BitWidth - hiBits, BitWidth); in setHighBits()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp86 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub()
98 KnownOut.Zero.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub()
120 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub()
126 KnownOut.Zero.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub()
583 KnownAbs.One.setBits(getBitWidth() - Tmp.countMinLeadingZeros(), in abs()
H A DAPInt.cpp3001 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
H A DX86ISelLowering.cpp4772 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode()
4912 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode()
38249 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle()
38250 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle()
38254 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle()
38258 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp241 UpdateMask.setBits(CharWidth - OffsetWithinChar - WantedBits, in addBits()
244 UpdateMask.setBits(OffsetWithinChar, OffsetWithinChar + WantedBits); in addBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1497 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3169 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts()
3198 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
3200 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp12755 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3326 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8655 Pos->second.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool()
8657 Pos->second.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()