| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bvgraph.h | 45 return v[from].setBit(to); in addEdge() 55 if (v[node].setBit(to)) in addEdges() 115 visited.setBit(from); in isReachable() 118 if (visited.setBit(idx)) in isReachable()
|
| H A D | sanitizer_bitvector.h | 33 bool setBit(uptr idx) { in setBit() function 143 bool setBit(uptr idx) { in setBit() function 149 l1_[i0].setBit(i1); in setBit() 152 bool res = l2_[i0][i1].setBit(i2); in setBit() 187 l1_[i0].setBit(i1); in getAndClearFirstOne() 203 if (l1_[i0].setBit(i1)) in setUnion()
|
| H A D | sanitizer_deadlock_detector.h | 61 if (!bv_.setBit(lock_id)) { in addLock() 191 CHECK(recycled_nodes_.setBit(idx)); in removeNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | WholeProgramDevirt.h | 78 void setBit(uint64_t Pos, bool b) { in setBit() function 171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal); in setBeforeBit() 177 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal); in setAfterBit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 470 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits() 1376 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1385 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1548 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts() 1593 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1596 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1600 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1609 PoisonElts.setBit(i); in SimplifyDemandedVectorElts() 1735 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts() 1751 PoisonElts.setBit(OutIdx); in SimplifyDemandedVectorElts() [all …]
|
| H A D | InstCombineVectorOps.cpp | 350 UsedElts.setBit(MaskVal); in findDemandedEltsBySingleUser() 353 UsedElts.setBit(MaskVal - VWidth); in findDemandedEltsBySingleUser() 586 DemandedElts.setBit(IndexC->getZExtValue()); in visitExtractElementInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 67 UndefElts.setBit(i); in extractConstantMask() 104 UndefElts.setBit(i); in extractConstantMask()
|
| H A D | X86ISelLowering.cpp | 5449 KnownZero.setBit(i); in computeZeroableShuffleElements() 5636 KnownZero.setBit(i); in resolveZeroablesFromTargetShuffle() 6774 UndefMask.setBit(i); in EltsFromConsecutiveLoads() 6778 ZeroMask.setBit(i); in EltsFromConsecutiveLoads() 6794 LoadMask.setBit(i); in EltsFromConsecutiveLoads() 8662 UndefMask.setBit(i); in LowerBUILD_VECTOR() 8676 ZeroMask.setBit(i); in LowerBUILD_VECTOR() 38866 ZeroElts.setBit(i); in combineX86ShufflesConstants() 38883 ZeroElts.setBit(i); in combineX86ShufflesConstants() 42661 Imm.setBit(Idx); in combinevXi1ConstantToInteger() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 443 Tmp.One.setBit(countMinTrailingZeros()); in abs() 471 KnownAbs.One.setBit(MaxTZ); in abs() 739 Res.Zero.setBit(1); in mul() 773 Known.One.setBit(0); in divComputeLowBit() 784 Known.One.setBit(MinTZ); in divComputeLowBit() 978 Known.One.setBit(Max); in blsi()
|
| H A D | APInt.cpp | 3015 NewA.setBit(i); in ScaleBitMask() 3018 NewA.setBit(i); in ScaleBitMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SanitizerBinaryMetadata.cpp | 81 NewFeatures.setBit(kSanitizerBinaryMetadataUARHasSizeBit); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 199 API.setBit(numBits - 1); in getSignedMinValue() 219 Res.setBit(BitNo); in getOneBitSet() 1302 void setBit(unsigned BitPosition) { in setBit() function 1312 void setSignBit() { setBit(BitWidth - 1); } in setSignBit() 1317 setBit(BitPosition); in setBitVal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 87 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources() 193 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 321 DemandedLHS.setBit(0); in getShuffleDemandedElts() 339 DemandedLHS.setBit(M); in getShuffleDemandedElts() 341 DemandedRHS.setBit(M - SrcWidth); in getShuffleDemandedElts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 389 Value.setBit(i); in emitInstructionBaseValues()
|
| H A D | CodeGenSchedule.cpp | 295 OperandMask.setBit(Index); in constructOperandMask() 351 ProcMask.setBit(ProcIndex); in processSTIPredicate() 362 PredMask.setBit(Predicate2Index[Pred]); in processSTIPredicate()
|
| H A D | DecoderEmitter.cpp | 1358 PositiveMask.setBit(i); in emitSoftFailTableEntry() 1362 NegativeMask.setBit(i); in emitSoftFailTableEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 573 Mask.setBit(I); in clearsSuperRegisters() 579 Mask.setBit(NumDefs + I); in clearsSuperRegisters()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2998 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 3182 KnownZero.setBit(i); in SimplifyDemandedVectorElts() 3184 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 3212 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 3215 KnownZero.setBit(i); in SimplifyDemandedVectorElts() 3409 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts() 3454 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 3457 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 3459 KnownZero.setBit(i); in SimplifyDemandedVectorElts() 3462 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() [all …]
|
| H A D | SelectionDAG.cpp | 2692 KnownZeroElements.setBit(EltIdx); in computeVectorKnownZeroElements() 2767 UndefElts.setBit(i); in isSplatValue() 2786 UndefElts.setBit(i); in isSplatValue() 2792 DemandedLHS.setBit(M); in isSplatValue() 2794 DemandedRHS.setBit(M - NumElts); in isSplatValue() 3281 SubDemandedElts.setBit(i * SubScale); in computeKnownBits()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 887 m_integer.setBit(bit); in SetBit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 226 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1340 DemandedDstElts.setBit(I.index()); in getInstructionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2364 UndefElts.setBit(i); in isInsertSubvectorMask() 2368 Src0Elts.setBit(i); in isInsertSubvectorMask() 2372 Src1Elts.setBit(i); in isInsertSubvectorMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1455 DemandedLoadStoreElts.setBit(Index + Elm * Factor);
|