Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp46 StructLayout::StructLayout(StructType *ST, const DataLayout &DL) { in StructLayout() function in StructLayout
80 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const { in getElementContainingOffset()
581 using LayoutInfoTy = DenseMap<StructType*, StructLayout*>;
588 StructLayout *Value = I.second; in ~StructLayoutMap()
589 Value->~StructLayout(); in ~StructLayoutMap()
594 StructLayout *&operator[](StructType *STy) { in operator []()
613 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const { in getStructLayout()
618 StructLayout *&SL = (*STM)[Ty]; in getStructLayout()
624 StructLayout *L = (StructLayout *) in getStructLayout()
625 safe_malloc(sizeof(StructLayout)+(NumElts-1) * sizeof(uint64_t)); in getStructLayout()
[all …]
DOperator.cpp51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h46 class StructLayout; variable
561 const StructLayout *getStructLayout(StructType *Ty) const;
585 class StructLayout {
619 StructLayout(StructType *ST, const DataLayout &DL);
/third_party/libsnd/examples/
Dgenerate.cs133 [StructLayout(LayoutKind.Sequential)]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal()
DArgumentPromotion.cpp797 const StructLayout *Layout = DL.getStructLayout(StructTy); in isDenselyPacked()
DGlobalOpt.cpp528 const StructLayout &Layout = *DL.getStructLayout(STy); in SRAGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp141 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset()
DModuleSummaryAnalysis.cpp507 const StructLayout *SL = DL.getStructLayout(C->getType()); in findFuncPointers()
DConstantFolding.cpp425 const StructLayout *SL = DL.getStructLayout(CS->getType()); in ReadDataFromGlobal()
965 const StructLayout &SL = *DL.getStructLayout(STy); in SymbolicallyEvaluateGEP()
DInlineCost.cpp692 const StructLayout *SL = DL.getStructLayout(STy); in accumulateGEPOffset()
DBasicAliasAnalysis.cpp1222 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); in aliasSameBasePointerGEPs()
DScalarEvolutionExpander.cpp474 const StructLayout &SL = *DL.getStructLayout(STy); in expandAddToGEP()
DValueTracking.cpp1391 const StructLayout *SL = Q.DL.getStructLayout(STy); in computeKnownBitsFromOperator()
1955 const StructLayout *SL = Q.DL.getStructLayout(STy); in isGEPKnownNonNull()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp90 const StructLayout *SL = DL.getStructLayout(STy); in ComputeValueVTs()
133 const StructLayout *SL = DL.getStructLayout(STy); in computeValueLLTs()
DGlobalMerge.cpp523 const StructLayout *MergedLayout = DL.getStructLayout(MergedTy); in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp456 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in fillConstantStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp748 const StructLayout *SL = DL.getStructLayout(STy); in visitGetElementPtrInst()
1514 const StructLayout *SL = DL.getStructLayout(STy); in getNaturalGEPRecursively()
3479 const StructLayout *SL = DL.getStructLayout(STy); in stripAggregateTypeWrapping()
3545 const StructLayout *SL = DL.getStructLayout(STy); in getTypePartition()
3592 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp274 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1160 const StructLayout *SL = in InitializeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp496 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp354 const StructLayout *SL = DL.getStructLayout(STy); in PPCComputeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1056 const StructLayout *SLO = getDataLayout().getStructLayout(STy); in executeGEPOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2499 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in emitGlobalConstantStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp764 const StructLayout *SL = DL.getStructLayout(STy); in ARMComputeAddress()

12