Searched refs:setBits (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 238 Res.setBits(loBit, hiBit); in getBitsSet() 1330 setBits(loBit, hiBit); in setBitsWithWrap() 1339 void setBits(unsigned loBit, unsigned hiBit) { in setBits() function 1358 void setBitsFrom(unsigned loBit) { return setBits(loBit, BitWidth); } in setBitsFrom() 1361 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() 1365 return setBits(BitWidth - hiBits, BitWidth); in setHighBits()
|
| /freebsd-14.2/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 | 4635 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode() 4775 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode() 37498 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle() 37499 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 37503 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 37507 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 460 KnownAbs.One.setBits(getBitWidth() - Tmp.countMinLeadingZeros(), in abs()
|
| H A D | APInt.cpp | 3009 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 240 UpdateMask.setBits(CharWidth - OffsetWithinChar - WantedBits, in addBits() 243 UpdateMask.setBits(OffsetWithinChar, OffsetWithinChar + WantedBits); in addBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1498 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3323 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3131 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts() 3160 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts() 3162 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
|
| H A D | SelectionDAG.cpp | 12425 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8566 Pos->second.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool() 8568 Pos->second.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()
|