Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h41 bool clearBit(uptr idx) { in clearBit() function
52 clearBit(idx); in getAndClearFirstOne()
159 bool clearBit(uptr idx) { in clearBit() function
166 res = l2_[i0][i1].clearBit(i2); in clearBit()
168 l1_[i0].clearBit(i1); in clearBit()
226 l1_[i0].clearBit(i1); in setIntersection()
244 l1_[i0].clearBit(i1); in setDifference()
H A Dsanitizer_bvgraph.h73 return v[from].clearBit(to); in removeEdge()
H A Dsanitizer_deadlock_detector.h88 if (!bv_.clearBit(lock_id)) in removeLock()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp205 ZeroRegisters.clearBit(ZeroRegisterID); in addRegisterWrite()
207 ZeroRegisters.clearBit(*I); in addRegisterWrite()
240 ZeroRegisters.clearBit(*I); in addRegisterWrite()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1203 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1215 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1350 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1352 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1490 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
1501 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts()
1516 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
1552 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h537 API.clearBit(numBits - 1); in getSignedMaxValue()
1462 void clearBit(unsigned BitPosition) { in clearBit() function
1473 clearBit(BitWidth - 1); in clearSignBit()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp460 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp696 UpperDiv.clearBit(DstTySize); in truncate()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp342 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
401 clearBit(bitPosition + i); in insertBits()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp2663 m_integer.clearBit(bit); in ClearBit()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1668 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
1673 KnownUndef.clearBit(Idx); in SimplifyDemandedVectorElts()
1677 KnownZero.clearBit(Idx); in SimplifyDemandedVectorElts()
H A DLegalizeFloatTypes.cpp193 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DSelectionDAG.cpp3644 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11414 Op1Known.Zero.clearBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
11415 Op2Known.Zero.clearBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()