Searched refs:StructOffset (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h76 uint16_t StructOffset : 15; member in struct:llvm::CodeViewDebug::LocalVarDefRange
86 IsSubfield != O.IsSubfield || StructOffset != O.StructOffset ||
H A DCodeViewDebug.cpp1158 DR.StructOffset = 0;
1281 DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8;
1284 DR.StructOffset = 0;
2695 (DefRange.StructOffset
2710 DRHdr.OffsetInParent = DefRange.StructOffset;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp551 Decomposed.StructOffset +=
637 Decomposed.StructOffset =
638 adjustToPointerSize(Decomposed.StructOffset, PointerSize);
1292 APInt ObjectBaseOffset = DecompObject.StructOffset +
1302 APInt GEPBaseOffset = DecompGEP.StructOffset;
1320 DecompGEP1.StructOffset = DecompGEP1.OtherOffset = APInt(MaxPointerSize, 0);
1321 DecompGEP2.StructOffset = DecompGEP2.OtherOffset = APInt(MaxPointerSize, 0);
1336 APInt GEP1BaseOffset = DecompGEP1.StructOffset + DecompGEP1.OtherOffset;
1337 APInt GEP2BaseOffset = DecompGEP2.StructOffset + DecompGEP2.OtherOffset;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h139 APInt StructOffset; member in struct:llvm::BasicAAResult::DecomposedGEP
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1500 uint64_t StructOffset = Offset.getZExtValue();
1501 if (StructOffset >= SL->getSizeInBytes())
1503 unsigned Index = SL->getElementContainingOffset(StructOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1589 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44;
1597 4, commonAlignment(Align(64), StructOffset));
1601 B.materializePtrAdd(LoadAddr, QueuePtr, LLT::scalar(64), StructOffset);
H A DSIISelLowering.cpp5137 uint32_t StructOffset = (AS == AMDGPUAS::LOCAL_ADDRESS) ? 0x40 : 0x44; local
5139 SDValue Ptr = DAG.getObjectPtrOffset(DL, QueuePtr, StructOffset);
5146 MinAlign(64, StructOffset),

Completed in 134 milliseconds