Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h69 uint16_t StructOffset : 15; member
H A DCodeViewDebug.cpp1269 DR.StructOffset = 0; in collectVariableInfoFromMFTable()
1413 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
1416 DR.StructOffset = 0; in calculateRanges()
2904 (DefRange.StructOffset in emitLocalVariable()
2919 DRHdr.OffsetInParent = DefRange.StructOffset;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2264 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
2270 LLT::scalar(32), commonAlignment(Align(64), StructOffset)); in getSegmentAperture()
2273 B.buildConstant(LLT::scalar(64), StructOffset).getReg(0)); in getSegmentAperture()
H A DSIISelLowering.cpp7020 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
7023 DAG.getObjectPtrOffset(DL, QueuePtr, TypeSize::getFixed(StructOffset)); in getSegmentAperture()
7030 commonAlignment(Align(64), StructOffset), in getSegmentAperture()