Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h66 uint16_t StructOffset : 15; member
H A DCodeViewDebug.cpp1253 DR.StructOffset = 0; in createDefRangeMem()
1389 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
1392 DR.StructOffset = 0; in calculateRanges()
2871 (DefRange.StructOffset in emitLocalVariable()
2886 DRHdr.OffsetInParent = DefRange.StructOffset; in emitLocalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1894 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
1900 LLT::scalar(32), commonAlignment(Align(64), StructOffset)); in getSegmentAperture()
1903 B.buildConstant(LLT::scalar(64), StructOffset).getReg(0)); in getSegmentAperture()
H A DSIISelLowering.cpp5597 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
5600 DAG.getObjectPtrOffset(DL, QueuePtr, TypeSize::Fixed(StructOffset)); in getSegmentAperture()
5607 commonAlignment(Align(64), StructOffset), in getSegmentAperture()