/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 43 LegacyStructLayout &getStructLayout(StructType *ST); 74 LegacyStructLayout &Layout = getStructLayout(ST); in getTypeAllocSize() 93 LegacyCBufferLayout::getStructLayout(StructType *ST) { in getStructLayout() function in llvm::dxil::LegacyCBufferLayout
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Operator.cpp | 77 const StructLayout *SL = DL.getStructLayout(STy); in getMaxPreservedAlignment() 147 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() 210 const StructLayout *SL = DL.getStructLayout(STy); in collectOffset()
|
H A D | DataLayout.cpp | 681 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const { in getStructLayout() function in DataLayout 770 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty)); in getAlignment() 900 const StructLayout *Layout = getStructLayout(STy); in getIndexedOffsetInType() 950 const StructLayout *SL = getStructLayout(STy); in getGEPIndexForOffset()
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | Target.cpp | 134 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset() 140 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | Target.cpp | 133 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset() 139 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | Target.cpp | 135 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset() 141 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DataLayout.cpp | 556 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const { in getStructLayout() function in DataLayout 650 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty)); in getAlignment() 743 const StructLayout *Layout = getStructLayout(STy); in getIndexedOffsetInType()
|
H A D | Operator.cpp | 38 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 449 const StructLayout *getStructLayout(StructType *Ty) const; 524 return getStructLayout(cast<StructType>(Ty))->getSizeInBits(); in getTypeSizeInBits()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
H A D | Operator.cpp | 51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 561 const StructLayout *getStructLayout(StructType *Ty) const; 639 getStructLayout(cast<StructType>(Ty))->getSizeInBits()); in getTypeSizeInBits()
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | Compiler.cpp | 86 …const llvm::StructLayout *const moduleStructLayout = moduleDataLayout.getStructLayout(exportedType… in validateLayoutOfExportedTypes() 87 …const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType… in validateLayoutOfExportedTypes()
|
D | RSX86TranslateGEPPass.cpp | 84 const llvm::StructLayout *SL = DL.getStructLayout(STy); in computeGEPOffset()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DataLayout.h | 604 const StructLayout *getStructLayout(StructType *Ty) const; 687 return getStructLayout(cast<StructType>(Ty))->getSizeInBits(); in getTypeSizeInBits()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DataLayout.h | 604 const StructLayout *getStructLayout(StructType *Ty) const; 687 return getStructLayout(cast<StructType>(Ty))->getSizeInBits(); in getTypeSizeInBits()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DataLayout.h | 604 const StructLayout *getStructLayout(StructType *Ty) const; 687 return getStructLayout(cast<StructType>(Ty))->getSizeInBits(); in getTypeSizeInBits()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DataLayout.h | 604 const StructLayout *getStructLayout(StructType *Ty) const; 687 return getStructLayout(cast<StructType>(Ty))->getSizeInBits(); in getTypeSizeInBits()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 607 const StructLayout *getStructLayout(StructType *Ty) const; 691 getStructLayout(cast<StructType>(Ty))->getSizeInBits()); in getTypeSizeInBits()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 361 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue() 458 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in fillConstantStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue() 456 const StructLayout *Layout = DL.getStructLayout(CS->getType()); in fillConstantStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | Local.cpp | 50 Size = DL.getStructLayout(STy)->getElementOffset(OpValue); in emitGEPOffset()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
H A D | Local.h | 56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 141 getRSContext()->getDataLayout().getStructLayout(ParamTy); in checkParameterPacketType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal()
|