| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 95 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 107 KnownOut.Zero.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 129 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 135 KnownOut.Zero.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 583 KnownAbs.One.setBits(getBitWidth() - Tmp.countMinLeadingZeros(), in abs()
|
| H A D | APInt.cpp | 3032 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 260 Res.setBits(loBit, hiBit); in getBitsSet() 1358 setBits(loBit, hiBit); in setBitsWithWrap() 1367 void setBits(unsigned loBit, unsigned hiBit) { in setBits() function 1385 void setBitsFrom(unsigned loBit) { return setBits(loBit, BitWidth); } in setBitsFrom() 1388 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() 1392 return setBits(BitWidth - hiBits, BitWidth); in setHighBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
|
| H A D | X86ISelLowering.cpp | 5032 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode() 5172 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode() 39665 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle() 39666 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 39670 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 39674 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 248 UpdateMask.setBits(CharWidth - OffsetWithinChar - WantedBits, in addBits() 251 UpdateMask.setBits(OffsetWithinChar, OffsetWithinChar + WantedBits); in addBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1451 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3274 DemandedSrcBits.setBits(Offset, Offset + EltSize); in SimplifyDemandedVectorElts() 3310 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts() 3339 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts() 3341 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
|
| H A D | SelectionDAG.cpp | 13330 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
|
| H A D | DAGCombiner.cpp | 26030 DemandedElts.setBits(ExtIdx, ExtIdx + NumSubElts); in visitEXTRACT_SUBVECTOR()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3334 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9241 Methods.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool() 9243 Methods.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6280 DemandedElts.setBits(Cnt, Cnt + VF); in canVectorizeLoads()
|