Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.cpp1093 DR.StructOffset = 0; in createDefRangeMem()
1204 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8; in calculateRanges()
1207 DR.StructOffset = 0; in calculateRanges()
2614 (DefRange.StructOffset in emitLocalVariable()
2629 DRHdr.OffsetInParent = DefRange.StructOffset; in emitLocalVariable()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp511 Decomposed.StructOffset += in DecomposeGEPExpression()
596 Decomposed.StructOffset = in DecomposeGEPExpression()
597 adjustToPointerSize(Decomposed.StructOffset, PointerSize); in DecomposeGEPExpression()
1247 APInt ObjectBaseOffset = DecompObject.StructOffset + in isGEPBaseAtNegativeOffset()
1257 APInt GEPBaseOffset = DecompGEP.StructOffset; in isGEPBaseAtNegativeOffset()
1276 DecompGEP1.StructOffset = DecompGEP1.OtherOffset = APInt(MaxPointerSize, 0); in aliasGEP()
1277 DecompGEP2.StructOffset = DecompGEP2.OtherOffset = APInt(MaxPointerSize, 0); in aliasGEP()
1284 APInt GEP1BaseOffset = DecompGEP1.StructOffset + DecompGEP1.OtherOffset; in aliasGEP()
1285 APInt GEP2BaseOffset = DecompGEP2.StructOffset + DecompGEP2.OtherOffset; in aliasGEP()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h136 APInt StructOffset; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1489 uint64_t StructOffset = Offset.getZExtValue(); in getNaturalGEPRecursively() local
1490 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
1492 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4233 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; in getSegmentAperture() local
4235 SDValue Ptr = DAG.getObjectPtrOffset(DL, QueuePtr, StructOffset); in getSegmentAperture()
4243 MachinePointerInfo PtrInfo(V, StructOffset); in getSegmentAperture()
4245 MinAlign(64, StructOffset), in getSegmentAperture()