Home
last modified time | relevance | path

Searched refs:setBits (Results 1 – 14 of 14) 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/lib/Support/
H A DKnownBits.cpp95 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 DAPInt.cpp3032 NewA.setBits(i * Scale, (i + 1) * Scale); in ScaleBitMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h260 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 DX86ShuffleDecodeConstantPool.cpp89 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
H A DX86ISelLowering.cpp5032 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 DCGExprConstant.cpp248 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 DLanaiISelLowering.cpp1451 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3274 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 DSelectionDAG.cpp13330 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
H A DDAGCombiner.cpp26030 DemandedElts.setBits(ExtIdx, ExtIdx + NumSubElts); in visitEXTRACT_SUBVECTOR()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3334 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9241 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 DSLPVectorizer.cpp6280 DemandedElts.setBits(Cnt, Cnt + VF); in canVectorizeLoads()