Home
last modified time | relevance | path

Searched refs:DataLayout (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h38 class DataLayout; variable
88 const llvm::DataLayout &mDataLayout;
154 inline const llvm::DataLayout &getDataLayout() const { return mDataLayout; } in getDataLayout()
Dslang_backend.cpp845 const llvm::DataLayout *DL = &M->getDataLayout(); in PadHelperFunctionStruct()
/frameworks/compile/libbcc/lib/
DCompiler.cpp59 const llvm::DataLayout &moduleDataLayout, in validateLayoutOfExportedTypes()
60 const llvm::DataLayout &targetDataLayout) { in validateLayoutOfExportedTypes()
312 const llvm::DataLayout dl = getTargetMachine().createDataLayout(); in compile()
DRSX86TranslateGEPPass.cpp41 const llvm::DataLayout DL;
DRSGlobalInfoPass.cpp118 const llvm::DataLayout &DL = M.getDataLayout(); in runOnModule()
DRSKernelExpand.cpp235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue()
741 llvm::DataLayout DL(X86_CUSTOM_DL_STRING); in ExpandInputsBody()
790 llvm::DataLayout DL(Module); in ExpandOldStyleForEach()
923 llvm::DataLayout DL(Module); in ExpandForEach()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h24 class DataLayout; variable