Searched refs:setBits (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 243 Res.setBits(loBit, hiBit); in getBitsSet() 1336 setBits(loBit, hiBit); in setBitsWithWrap() 1345 void setBits(unsigned loBit, unsigned hiBit) { in setBits() function 1364 void setBitsFrom(unsigned loBit) { return setBits(loBit, BitWidth); } in setBitsFrom() 1367 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() 1371 return setBits(BitWidth - hiBits, BitWidth); in setHighBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
|
| H A D | X86ISelLowering.cpp | 7319 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode() 7439 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode() 38684 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle() 38685 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 38689 DemandedZeroV2.setBits(i * Scale2, (i + 1) * Scale2); in matchBinaryShuffle() 38693 DemandedZeroV1.setBits(i * Scale1, (i + 1) * Scale1); in matchBinaryShuffle()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 239 UpdateMask.setBits(CharWidth - OffsetWithinChar - WantedBits, in addBits() 242 UpdateMask.setBits(OffsetWithinChar, OffsetWithinChar + WantedBits); in addBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1496 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APInt.cpp | 2990 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2941 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts() 2970 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts() 2972 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
|
| H A D | SelectionDAG.cpp | 11727 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3324 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8344 Pos->second.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool() 8346 Pos->second.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()
|