/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 86 unsigned BitOffset = i * CstEltSizeInBits; in extractConstantMask() local 98 unsigned BitOffset = i * MaskEltSizeInBits; in extractConstantMask() local
|
H A D | X86ISelLowering.cpp | 4775 unsigned BitOffset = i * SrcEltSizeInBits; getTargetConstantBitsFromNode() local 4786 unsigned BitOffset = i * EltSizeInBits; getTargetConstantBitsFromNode() local 12539 int BitOffset = BroadcastIdx * NumEltBits; lowerShuffleAsBroadcast() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 79 int64_t BitOffset; in contains() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | release.h | 269 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local 281 << BitOffset; in incN() local 261 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; get() local 301 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; setAsAllCounted() local [all...] |
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | IntelPTSingleBufferTrace.cpp | 48 BitOffset enumerator
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordWriter.h | 112 AddOffset(uint64_t BitOffset) AddOffset() argument
|
H A D | ASTBitCodes.h | 200 UnalignedUInt64(uint64_t BitOffset) { set(BitOffset); } in UnalignedUInt64() argument 221 uint32_t BitOffset; variable 224 PPEntityOffset(RawLocEncoding Begin, RawLocEncoding End, uint32_t BitOffset) in PPEntityOffset() argument 259 UnalignedUInt64 BitOffset; variable 263 DeclOffset(RawLocEncoding RawLoc, uint64_t BitOffset, in DeclOffset() argument [all...] |
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCCodeEmitter.cpp | 172 uint32_t BitOffset = MIBitSize - RawBitOffset - OpBitSize; in getImmOpValue() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 540 uint64_t BitOffset = getFieldBitOffset(*Field); in accumulateBitFields() local 429 uint64_t BitOffset = getFieldBitOffset(*Field); accumulateBitFields() local [all...] |
H A D | CodeGenTBAA.cpp | 426 uint64_t BitOffset = Layout.getFieldOffset(Field->getFieldIndex()); getBaseTypeInfoHelper() local
|
H A D | CGObjCRuntime.cpp | 90 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); in EmitValueForIvarAtOffset() local
|
H A D | CGCall.cpp | 3641 BitOffset = BitOffset % CharWidth; in setBitRange() argument 3609 setBitRange(SmallVectorImpl<uint64_t> & Bits,int BitOffset,int BitWidth,int CharWidth) setBitRange() argument [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 199 unsigned BitOffset = -1; addCodeToMergeInOperand() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 553 unsigned BitOffset = Op->getArg(0); addExpression() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 133 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; containsGlobalOffset() local 582 createMaskedBitTest(IRBuilder<> & B,Value * Bits,Value * BitOffset) createMaskedBitTest() argument 667 createBitSetTest(IRBuilder<> & B,const TypeIdLowering & TIL,Value * BitOffset) createBitSetTest() argument 775 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); lowerTypeTestCall() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 539 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord() argument 549 uint8_t BitOffset = 0; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 403 int BitOffset = TRI->getSubRegIdxOffset(SubIdx); in getStackSlotRange() local
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | KnownBitsTest.cpp | 1559 for (unsigned BitOffset = 0; BitOffset != 64; BitOffset += 16, ++Offset) { in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 716 unsigned BitOffset = EltOffset * NumSrcEltBits; SimplifyMultipleUseDemandedBits() local 2709 unsigned BitOffset = EltOffset * NumSrcEltBits; SimplifyDemandedBits() local
|