| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bitvector.h | 40 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 D | sanitizer_bvgraph.h | 72 return v[from].clearBit(to); in removeEdge()
|
| H A D | sanitizer_deadlock_detector.h | 85 if (!bv_.clearBit(lock_id)) in removeLock()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_bitvector_test.cpp | 92 bv.clearBit(5); in TestBitVector() 108 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); in TestBitVector()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1321 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1346 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1526 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts() 1528 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts() 1620 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts() 1622 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 191 API.clearBit(numBits - 1); in getSignedMaxValue() 1297 clearBit(BitPosition); in setBitVal() 1357 void clearBit(unsigned BitPosition) { in clearBit() function 1374 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1842 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1853 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1868 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1904 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
|
| H A D | X86ISelLowering.cpp | 10486 DemandedElts.clearBit(i); in getHopForBuildVector() 41864 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Scalar.cpp | 873 m_integer.clearBit(bit); in ClearBit()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1084 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
|
| H A D | ValueTracking.cpp | 1820 DemandedVecElts.clearBit(EltIdx); in computeKnownBitsFromOperator()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 552 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 851 UpperDiv.clearBit(DstTySize); in truncate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3207 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1177 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits() 3123 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts() 7685 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
|
| H A D | LegalizeFloatTypes.cpp | 269 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
|
| H A D | SelectionDAG.cpp | 3667 DemandedVecElts.clearBit(EltIdx); in computeKnownBits() 4312 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 13462 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt() 13463 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()
|