Searched refs:setBits (Results 1 – 12 of 12) sorted by relevance
/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/include/llvm/ADT/ |
H A D | APInt.h | 240 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 D | KnownBits.cpp | 86 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 D | APInt.cpp | 3001 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
|
/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 | 4772 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 D | CGExprConstant.cpp | 241 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 D | LanaiISelLowering.cpp | 1497 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3169 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 D | SelectionDAG.cpp | 12755 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3326 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8655 Pos->second.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool() 8657 Pos->second.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()
|