| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1385 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1410 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1590 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts() 1592 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts() 1684 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts() 1686 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 191 API.clearBit(numBits - 1); in getSignedMaxValue() 1325 clearBit(BitPosition); in setBitVal() 1385 void clearBit(unsigned BitPosition) { in clearBit() function 1402 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1843 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1854 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1869 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic() 1905 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
|
| H A D | X86ISelLowering.cpp | 10610 DemandedElts.clearBit(i); in getHopForBuildVector() 42979 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Scalar.cpp | 873 m_integer.clearBit(bit); in ClearBit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 555 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1135 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
|
| H A D | ValueTracking.cpp | 1831 DemandedVecElts.clearBit(EltIdx); in computeKnownBitsFromOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 848 UpperDiv.clearBit(DstTySize); in truncate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3323 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 269 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
|
| H A D | TargetLowering.cpp | 1180 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits() 3150 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts() 8067 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
|
| H A D | SelectionDAG.cpp | 3732 DemandedVecElts.clearBit(EltIdx); in computeKnownBits() 4389 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 13604 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt() 13605 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()
|