Home
last modified time | relevance | path

Searched refs:StructOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h76 uint16_t StructOffset : 15; member
86 IsSubfield != O.IsSubfield || StructOffset != O.StructOffset || in isDifferentLocation()
H A DCodeViewDebug.cpp1172 DR.StructOffset = 0; in createDefRangeMem()
1298 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
1301 DR.StructOffset = 0; in calculateRanges()
2732 (DefRange.StructOffset in emitLocalVariable()
2747 DRHdr.OffsetInParent = DefRange.StructOffset; in emitLocalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1521 uint64_t StructOffset = Offset.getZExtValue(); in getNaturalGEPRecursively() local
1522 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
1524 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1813 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
1821 LLT::scalar(32), commonAlignment(Align(64), StructOffset)); in getSegmentAperture()
1825 B.materializePtrAdd(LoadAddr, QueuePtr, LLT::scalar(64), StructOffset); in getSegmentAperture()
H A DSIISelLowering.cpp5355 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
5358 DAG.getObjectPtrOffset(DL, QueuePtr, TypeSize::Fixed(StructOffset)); in getSegmentAperture()
5365 commonAlignment(Align(64), StructOffset), in getSegmentAperture()