/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 46 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 …]
|
D | Operator.cpp | 51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 46 class StructLayout; variable 561 const StructLayout *getStructLayout(StructType *Ty) const; 585 class StructLayout { 619 StructLayout(StructType *ST, const DataLayout &DL);
|
/third_party/libsnd/examples/ |
D | generate.cs | 133 [StructLayout(LayoutKind.Sequential)]
|
/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 | ArgumentPromotion.cpp | 797 const StructLayout *Layout = DL.getStructLayout(StructTy); in isDenselyPacked()
|
D | GlobalOpt.cpp | 528 const StructLayout &Layout = *DL.getStructLayout(STy); in SRAGlobal()
|
/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 | ModuleSummaryAnalysis.cpp | 507 const StructLayout *SL = DL.getStructLayout(C->getType()); in findFuncPointers()
|
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()
|
D | BasicAliasAnalysis.cpp | 1222 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); in aliasSameBasePointerGEPs()
|
D | ScalarEvolutionExpander.cpp | 474 const StructLayout &SL = *DL.getStructLayout(STy); in expandAddToGEP()
|
D | ValueTracking.cpp | 1391 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/ |
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/BPF/ |
D | BPFISelDAGToDAG.cpp | 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/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()
|
/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 | 1160 const StructLayout *SL = in InitializeMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 496 const StructLayout *SL = DL.getStructLayout(STy); in computeAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 354 const StructLayout *SL = DL.getStructLayout(STy); in PPCComputeAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1056 const StructLayout *SLO = getDataLayout().getStructLayout(STy); in executeGEPOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2499 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/ |
D | ARMFastISel.cpp | 764 const StructLayout *SL = DL.getStructLayout(STy); in ARMComputeAddress()
|