Home
last modified time | relevance | path

Searched defs:BitOffset (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp86 unsigned BitOffset = i * CstEltSizeInBits; in extractConstantMask() local
98 unsigned BitOffset = i * MaskEltSizeInBits; in extractConstantMask() local
H A DX86ISelLowering.cpp7224 unsigned BitOffset = i * SrcEltSizeInBits; in getTargetConstantBitsFromNode() local
7235 unsigned BitOffset = i * EltSizeInBits; in getTargetConstantBitsFromNode() local
14478 int BitOffset = BroadcastIdx * NumEltBits; in lowerShuffleAsBroadcast() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h75 int64_t BitOffset; in contains() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h106 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
113 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.cpp52 BitOffset enumerator
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordWriter.h110 void AddOffset(uint64_t BitOffset) { in AddOffset()
H A DASTBitCodes.h185 uint32_t BitOffset; member
248 UnderalignedInt64 BitOffset; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp383 uint64_t BitOffset = Layout.getFieldOffset(Field->getFieldIndex()); in getBaseTypeInfoHelper() local
H A DCGObjCRuntime.cpp91 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); in EmitValueForIvarAtOffset() local
H A DCGRecordLayoutBuilder.cpp407 uint64_t BitOffset = getFieldBitOffset(*Field); in accumulateBitFields() local
H A DCGCall.cpp3297 static void setBitRange(SmallVectorImpl<uint64_t> &Bits, int BitOffset, in setBitRange()
3329 int StorageSize, int BitOffset, int BitWidth, in setBitRange()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp133 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
560 Value *BitOffset) { in createMaskedBitTest()
645 Value *BitOffset) { in createBitSetTest()
753 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h539 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord()
549 uint8_t BitOffset = 0; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp402 int BitOffset = TRI->getSubRegIdxOffset(SubIdx); in getStackSlotRange() local
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DKnownBitsTest.cpp1349 for (unsigned BitOffset = 0; BitOffset != 64; BitOffset += 16, ++Offset) { in TEST_F() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp703 unsigned BitOffset = EltOffset * NumSrcEltBits; in SimplifyMultipleUseDemandedBits() local
2504 unsigned BitOffset = EltOffset * NumSrcEltBits; in SimplifyDemandedBits() local