Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp43 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 DOperator.cpp77 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 DDataLayout.cpp681 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 DTarget.cpp134 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 DTarget.cpp133 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 DTarget.cpp135 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 DDataLayout.cpp556 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 DOperator.cpp38 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDataLayout.h449 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 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()
H A DOperator.cpp51 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h561 const StructLayout *getStructLayout(StructType *Ty) const;
639 getStructLayout(cast<StructType>(Ty))->getSizeInBits()); in getTypeSizeInBits()
/aosp_15_r20/frameworks/compile/libbcc/lib/
DCompiler.cpp86 …const llvm::StructLayout *const moduleStructLayout = moduleDataLayout.getStructLayout(exportedType… in validateLayoutOfExportedTypes()
87 …const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType… in validateLayoutOfExportedTypes()
DRSX86TranslateGEPPass.cpp84 const llvm::StructLayout *SL = DL.getStructLayout(STy); in computeGEPOffset()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDataLayout.h604 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/
DDataLayout.h604 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/
DDataLayout.h604 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/
DDataLayout.h604 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 DDataLayout.h607 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 DBPFISelDAGToDAG.cpp361 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 DBPFISelDAGToDAG.cpp359 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 DLocal.cpp50 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 DLocal.h56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_func.cpp141 getRSContext()->getDataLayout().getStructLayout(ParamTy); in checkParameterPacketType()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 const StructLayout *SL = DL.getStructLayout(Init->getType()); in splitGlobal()

123456