Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h191 API.clearBit(numBits - 1); in getSignedMaxValue()
1327 clearBit(BitPosition); in setBitVal()
1387 void clearBit(unsigned BitPosition) { in clearBit() function
1411 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1543 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1568 PoisonElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1748 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1750 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1842 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts()
1844 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp395 DemandedElts.clearBit(i); in trimTrailingZerosInVector()
424 DemandedElts.clearBit(I); in defaultComponentBroadcast()
/src/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp914 m_integer.clearBit(bit); in ClearBit()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp3166 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
3177 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
3192 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
3228 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
H A DX86ISelLowering.cpp8217 DemandedElts.clearBit(i); in getHopForBuildVector()
42926 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1114 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
H A DValueTracking.cpp1913 DemandedVecElts.clearBit(CIdx->getZExtValue()); in computeKnownBitsFromOperator()
2985 DemandedVecElts.clearBit(CIdx->getZExtValue()); in isKnownNonZeroFromOperator()
5783 DemandedVecElts.clearBit(CIdx->getZExtValue()); in computeKnownFPClass()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1267 BitsAllowedToBeSet.clearBit(BitWidth - 1); in getConstantOffsetComplexAddrs()
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp907 UpperDiv.clearBit(DstTySize); in truncate()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4058 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1228 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits()
3392 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
8648 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
H A DLegalizeFloatTypes.cpp298 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DSelectionDAG.cpp4036 DemandedVecElts.clearBit(EltIdx); in computeKnownBits()
4879 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14122 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
14123 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()