/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 133 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/ |
D | Operator.cpp | 51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
|
D | DataLayout.cpp | 613 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/ |
D | Local.h | 56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 561 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/ |
D | GlobalSplit.cpp | 72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal()
|
D | GlobalOpt.cpp | 528 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()
|
D | ArgumentPromotion.cpp | 797 const StructLayout *Layout = DL.getStructLayout(StructTy); in isDenselyPacked()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 141 const StructLayout *SL = DL.getStructLayout(C->getType()); in getPointerAtOffset()
|
D | BasicAliasAnalysis.cpp | 551 DL.getStructLayout(STy)->getElementOffset(FieldNo); in DecomposeGEPExpression() 1222 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); in aliasSameBasePointerGEPs()
|
D | ModuleSummaryAnalysis.cpp | 507 const StructLayout *SL = DL.getStructLayout(C->getType()); in findFuncPointers()
|
D | MemoryBuiltins.cpp | 339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
|
D | ConstantFolding.cpp | 425 const StructLayout *SL = DL.getStructLayout(CS->getType()); in ReadDataFromGlobal() 965 const StructLayout &SL = *DL.getStructLayout(STy); in SymbolicallyEvaluateGEP()
|
D | InlineCost.cpp | 692 const StructLayout *SL = DL.getStructLayout(STy); in accumulateGEPOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 359 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/ |
D | CoroEarly.cpp | 74 DL.getStructLayout(SampleStruct)->getElementOffset(2), Alignement); in lowerCoroPromise()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 90 const StructLayout *SL = DL.getStructLayout(STy); in ComputeValueVTs() 133 const StructLayout *SL = DL.getStructLayout(STy); in computeValueLLTs()
|
D | GlobalMerge.cpp | 523 const StructLayout *MergedLayout = DL.getStructLayout(MergedTy); in doMerge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1952 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/ |
D | InstCombineLoadStoreAlloca.cpp | 673 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/ |
D | SROA.cpp | 748 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()
|
D | SeparateConstOffsetFromGEP.cpp | 807 DL->getStructLayout(StTy)->getElementOffset(Field); in accumulateByteOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 781 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 274 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1161 getDataLayout().getStructLayout(cast<StructType>(CPS->getType())); in InitializeMemory()
|