Home
last modified time | relevance | path

Searched refs:StructLayout (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp48 StructLayout::StructLayout(StructType *ST, const DataLayout &DL) in StructLayout() function in StructLayout
92 unsigned StructLayout::getElementContainingOffset(uint64_t FixedOffset) const { in getElementContainingOffset()
686 using LayoutInfoTy = DenseMap<StructType*, StructLayout*>;
693 StructLayout *Value = I.second; in ~StructLayoutMap()
694 Value->~StructLayout(); in ~StructLayoutMap()
699 StructLayout *&operator[](StructType *STy) { in operator []()
720 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const { in getStructLayout()
725 StructLayout *&SL = (*STM)[Ty]; in getStructLayout()
730 StructLayout *L = (StructLayout *)safe_malloc( in getStructLayout()
731 StructLayout::totalSizeToAlloc<TypeSize>(Ty->getNumElements())); in getStructLayout()
[all …]
H A DOperator.cpp97 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment()
174 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
236 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h49 class StructLayout; variable
604 const StructLayout *getStructLayout(StructType *Ty) const;
622 class StructLayout final : public TrailingObjects<StructLayout, TypeSize> {
663 StructLayout(StructType *ST, const DataLayout &DL);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp51 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h222 const llvm::StructLayout *Layout = DL.getStructLayout(ElTy);
416 const llvm::StructLayout *Layout = DL.getStructLayout(ElTy); in CreatePreserveStructAccessIndex()
H A DCGObjCRuntime.h29 class StructLayout; variable
H A DCGDebugInfo.h408 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,
H A DCGRecordLayoutBuilder.cpp1157 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); in ComputeRecordLayout()
H A DCGDecl.cpp1061 const llvm::StructLayout *Layout = DL.getStructLayout(STy); in constStructWithPadding()
1255 const llvm::StructLayout *Layout = in emitStoresForConstant()
H A DCGObjCMac.cpp998 void BuildRCRecordLayout(const llvm::StructLayout *RecLayout,
2459 void CGObjCCommonMac::BuildRCRecordLayout(const llvm::StructLayout *RecLayout, in BuildRCRecordLayout()
2587 const llvm::StructLayout *RecLayout = in BuildRCBlockVarRecordLayout()
2896 const llvm::StructLayout *layout = in fillRunSkipBlockVars()
H A DCGExprConstant.cpp342 const llvm::StructLayout *Layout = in split()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp157 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset()
H A DModuleSummaryAnalysis.cpp715 const StructLayout *SL = DL.getStructLayout(C->getType()); in findFuncPointers()
H A DInlineCost.cpp1437 const StructLayout *SL = DL.getStructLayout(STy); in accumulateGEPOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in ComputeValueVTs()
150 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr; in computeValueLLTs()
H A DGlobalMerge.cpp554 const StructLayout *MergedLayout = DL.getStructLayout(MergedTy); in doMerge()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp179 const llvm::StructLayout *Layout = DL.getStructLayout(StrTy); in addStruct()
H A DX86.cpp2393 const llvm::StructLayout *SL = TD.getStructLayout(STy); in getFPTypeAtOffset()
2503 const llvm::StructLayout *SL = getDataLayout().getStructLayout(STy); in GetINTEGERTypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp453 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in fillConstantStruct()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp281 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1186 const StructLayout *SL = in InitializeMemory()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4145 const StructLayout *SL = DL.getStructLayout(STy); in stripAggregateTypeWrapping()
4222 const StructLayout *SL = DL.getStructLayout(STy); in getTypePartition()
4273 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp491 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp349 const StructLayout *SL = DL.getStructLayout(STy); in PPCComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1022 const StructLayout *SLO = getDataLayout().getStructLayout(STy); in executeGEPOperation()

12