Home
last modified time | relevance | path

Searched refs:getStructLayout (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp133 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
139 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
DDataLayout.cpp613 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const { in getStructLayout() function in DataLayout
724 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty)); in getAlignment()
820 const StructLayout *Layout = getStructLayout(STy); in getIndexedOffsetInType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h561 const StructLayout *getStructLayout(StructType *Ty) const;
639 getStructLayout(cast<StructType>(Ty))->getSizeInBits()); in getTypeSizeInBits()
/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()
DGlobalOpt.cpp528 const StructLayout &Layout = *DL.getStructLayout(STy); in SRAGlobal()
1325 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1553 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
DArgumentPromotion.cpp797 const StructLayout *Layout = DL.getStructLayout(StructTy); in isDenselyPacked()
/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()
DBasicAliasAnalysis.cpp551 DL.getStructLayout(STy)->getElementOffset(FieldNo); in DecomposeGEPExpression()
1222 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); in aliasSameBasePointerGEPs()
DModuleSummaryAnalysis.cpp507 const StructLayout *SL = DL.getStructLayout(C->getType()); in findFuncPointers()
DMemoryBuiltins.cpp339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
456 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in fillConstantStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp74 DL.getStructLayout(SampleStruct)->getElementOffset(2), Alignement); in lowerCoroPromise()
/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/NVPTX/
DNVPTXAsmPrinter.cpp1952 Bytes = DL.getStructLayout(ST)->getElementOffset(0) + in bufferAggregateConstant()
1954 DL.getStructLayout(ST)->getElementOffset(i); in bufferAggregateConstant()
1956 Bytes = DL.getStructLayout(ST)->getElementOffset(i + 1) - in bufferAggregateConstant()
1957 DL.getStructLayout(ST)->getElementOffset(i); in bufferAggregateConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp673 auto *SL = DL.getStructLayout(ST); in unpackLoadToAggregate()
1203 auto *SL = DL.getStructLayout(ST); in unpackStoreToAggregate()
/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()
DSeparateConstOffsetFromGEP.cpp807 DL->getStructLayout(StTy)->getElementOffset(Field); in accumulateByteOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h781 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field); in getGEPCost()
/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.cpp1161 getDataLayout().getStructLayout(cast<StructType>(CPS->getType())); in InitializeMemory()

12