| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bvgraph.h | 46 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 D | sanitizer_bitvector.h | 34 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 D | sanitizer_deadlock_detector.h | 63 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 D | WholeProgramDevirt.h | 76 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 D | InstCombineSimplifyDemanded.cpp | 406 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 D | InstCombineVectorOps.cpp | 280 DemandedElts.setBit(IndexC->getZExtValue()); in visitExtractElementInst()
|
| H A D | InstCombineCalls.cpp | 730 Result.setBit(I); in simplifyX86movmsk()
|
| /freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 201 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 D | X86ShuffleDecodeConstantPool.cpp | 66 UndefElts.setBit(i); in extractConstantMask() 103 UndefElts.setBit(i); in extractConstantMask()
|
| H A D | X86ISelLowering.cpp | 9743 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 D | APInt.h | 547 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 D | TargetLowering.cpp | 585 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 D | SelectionDAG.cpp | 2171 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 D | InstrBuilder.cpp | 73 Buffers.setBit(PRE->ProcResourceIdx); in initializeUsedResources() 166 Buffers.setBit(I); in initializeUsedResources()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 211 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 437 Mask.setBit(I); in clearsSuperRegisters() 443 Mask.setBit(NumDefs + I); in clearsSuperRegisters()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 280 OperandMask.setBit(Index); in constructOperandMask() 336 ProcMask.setBit(ProcIndex); in processSTIPredicate() 347 PredMask.setBit(Predicate2Index[Pred]); in processSTIPredicate()
|
| H A D | FixedLenDecoderEmitter.cpp | 1273 PositiveMask.setBit(i); in emitSoftFailTableEntry() 1277 NegativeMask.setBit(i); in emitSoftFailTableEntry()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1002 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 D | ScalarEvolution.cpp | 8341 Mod.setBit(BW - Mult2); // Mod = N / D in SolveLinEquationWithOverflow()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 343 else setBit(bitPosition); in flipBit() 399 setBit(bitPosition + i); in insertBits()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Scalar.cpp | 2687 m_integer.setBit(bit); in SetBit()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 798 Bitfield.setBit((unsigned char)C); in optimizeMemChr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5904 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3612 ActualValue.setBit(BitWidth); in found()
|