Home
last modified time | relevance | path

Searched refs:setBit (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h46 return v[from].setBit(to); in addEdge()
56 if (v[node].setBit(to)) in addEdges()
116 visited.setBit(from); in isReachable()
119 if (visited.setBit(idx)) in isReachable()
H A Dsanitizer_bitvector.h34 bool setBit(uptr idx) { in setBit() function
144 bool setBit(uptr idx) { in setBit() function
150 l1_[i0].setBit(i1); in setBit()
153 bool res = l2_[i0][i1].setBit(i2); in setBit()
188 l1_[i0].setBit(i1); in getAndClearFirstOne()
204 if (l1_[i0].setBit(i1)) in setUnion()
H A Dsanitizer_deadlock_detector.h63 if (!bv_.setBit(lock_id)) { in addLock()
195 CHECK(recycled_nodes_.setBit(idx)); in removeNode()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h76 void setBit(uint64_t Pos, bool b) { in setBit() function
169 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal); in setBeforeBit()
175 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal); in setAfterBit()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp406 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()
1126 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1135 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1230 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts()
1251 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1254 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1258 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1267 UndefElts.setBit(i); in SimplifyDemandedVectorElts()
1393 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1409 UndefElts.setBit(OutIdx); in SimplifyDemandedVectorElts()
[all …]
H A DInstCombineVectorOps.cpp280 DemandedElts.setBit(IndexC->getZExtValue()); in visitExtractElementInst()
H A DInstCombineCalls.cpp730 Result.setBit(I); in simplifyX86movmsk()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp201 ZeroRegisters.setBit(ZeroRegisterID); in addRegisterWrite()
203 ZeroRegisters.setBit(*I); in addRegisterWrite()
238 ZeroRegisters.setBit(*I); in addRegisterWrite()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp66 UndefElts.setBit(i); in extractConstantMask()
103 UndefElts.setBit(i); in extractConstantMask()
H A DX86ISelLowering.cpp9743 Zeroable.setBit(i); in computeZeroableShuffleElements()
9761 Zeroable.setBit(i); in computeZeroableShuffleElements()
9788 Zeroable.setBit(i); in computeZeroableShuffleElements()
30916 Zeroable.setBit(i); in combineX86ShuffleChain()
31282 UndefElts.setBit(i); in combineX86ShufflesConstants()
31285 ZeroElts.setBit(i); in combineX86ShufflesConstants()
31295 UndefElts.setBit(i); in combineX86ShufflesConstants()
31302 ZeroElts.setBit(i); in combineX86ShufflesConstants()
32598 KnownZero.setBit(i); in SimplifyDemandedVectorEltsForTargetNode()
33006 Imm.setBit(Idx); in combinevXi1ConstantToInteger()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h547 API.setBit(numBits - 1); in getSignedMinValue()
590 Res.setBit(BitNo); in getOneBitSet()
1403 void setBit(unsigned BitPosition) { in setBit() function
1414 setBit(BitWidth - 1); in setSignBit()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp585 DemandedLHS.setBit(M); in SimplifyDemandedBits()
1589 KnownUndef.setBit(i); in SimplifyDemandedVectorElts()
1592 KnownZero.setBit(i); in SimplifyDemandedVectorElts()
1675 KnownUndef.setBit(Idx); in SimplifyDemandedVectorElts()
1679 KnownZero.setBit(Idx); in SimplifyDemandedVectorElts()
1730 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
1774 KnownUndef.setBit(i); in SimplifyDemandedVectorElts()
1777 KnownUndef.setBit(i); in SimplifyDemandedVectorElts()
1779 KnownZero.setBit(i); in SimplifyDemandedVectorElts()
1782 KnownUndef.setBit(i); in SimplifyDemandedVectorElts()
[all …]
H A DSelectionDAG.cpp2171 UndefElts.setBit(i); in isSplatValue()
2190 UndefElts.setBit(i); in isSplatValue()
2378 DemandedLHS.setBit((unsigned)M % NumElts); in computeKnownBits()
2380 DemandedRHS.setBit((unsigned)M % NumElts); in computeKnownBits()
2513 SubDemandedElts.setBit(i * SubScale); in computeKnownBits()
2535 SubDemandedElts.setBit(i / SubScale); in computeKnownBits()
3348 DemandedLHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits()
3350 DemandedRHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits()
3389 SrcDemandedElts.setBit(i / Scale); in ComputeNumSignBits()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp73 Buffers.setBit(PRE->ProcResourceIdx); in initializeUsedResources()
166 Buffers.setBit(I); in initializeUsedResources()
/freebsd-12.1/contrib/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp211 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp437 Mask.setBit(I); in clearsSuperRegisters()
443 Mask.setBit(NumDefs + I); in clearsSuperRegisters()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp280 OperandMask.setBit(Index); in constructOperandMask()
336 ProcMask.setBit(ProcIndex); in processSTIPredicate()
347 PredMask.setBit(Predicate2Index[Pred]); in processSTIPredicate()
H A DFixedLenDecoderEmitter.cpp1273 PositiveMask.setBit(i); in emitSoftFailTableEntry()
1277 NegativeMask.setBit(i); in emitSoftFailTableEntry()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1002 Known.Zero.setBit(0); in computeKnownBitsFromOperator()
2554 DemandedLHS.setBit(M % NumElts); in ComputeNumSignBitsImpl()
2556 DemandedRHS.setBit(M % NumElts); in ComputeNumSignBitsImpl()
2653 API.setBit(BitToSet); in ComputeMultiple()
H A DScalarEvolution.cpp8341 Mod.setBit(BW - Mult2); // Mod = N / D in SolveLinEquationWithOverflow()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp343 else setBit(bitPosition); in flipBit()
399 setBit(bitPosition + i); in insertBits()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp2687 m_integer.setBit(bit); in SetBit()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp798 Bitfield.setBit((unsigned char)C); in optimizeMemChr()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5904 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3612 ActualValue.setBit(BitWidth); in found()

12