Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h40 bool clearBit(uptr idx) { in clearBit() function
51 clearBit(idx); in getAndClearFirstOne()
158 bool clearBit(uptr idx) { in clearBit() function
165 res = l2_[i0][i1].clearBit(i2); in clearBit()
167 l1_[i0].clearBit(i1); in clearBit()
225 l1_[i0].clearBit(i1); in setIntersection()
243 l1_[i0].clearBit(i1); in setDifference()
H A Dsanitizer_bvgraph.h72 return v[from].clearBit(to); in removeEdge()
H A Dsanitizer_deadlock_detector.h85 if (!bv_.clearBit(lock_id)) in removeLock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1487 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1512 PoisonElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1692 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1694 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1786 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts()
1788 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h189 API.clearBit(numBits - 1); in getSignedMaxValue()
1319 clearBit(BitPosition); in setBitVal()
1379 void clearBit(unsigned BitPosition) { in clearBit() function
1396 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp399 DemandedElts.clearBit(i); in trimTrailingZerosInVector()
428 DemandedElts.clearBit(I); in defaultComponentBroadcast()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp874 m_integer.clearBit(bit); in ClearBit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2921 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
2932 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
2947 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
2983 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
H A DX86ISelLowering.cpp8074 DemandedElts.clearBit(i); in getHopForBuildVector()
41994 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1055 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
H A DValueTracking.cpp1639 DemandedVecElts.clearBit(EltIdx); in computeKnownBitsFromOperator()
5177 DemandedVecElts.clearBit(EltIdx); in computeKnownFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1268 BitsAllowedToBeSet.clearBit(BitWidth - 1); in getConstantOffsetComplexAddrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp851 UpperDiv.clearBit(DstTySize); in truncate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3952 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp278 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DTargetLowering.cpp1207 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits()
3340 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
8444 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
H A DSelectionDAG.cpp3876 DemandedVecElts.clearBit(EltIdx); in computeKnownBits()
4671 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13909 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
13910 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()