Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.h35 class DataLayout; variable
75 llvm::DataLayout *mDataLayout;
118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } in getDataLayout()
Dslang_rs_context.cpp67 mDataLayout = new llvm::DataLayout(Target.getTargetDescription()); in RSContext()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h23 class DataLayout; variable
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp256 const llvm::DataLayout *dl = getTargetMachine().getDataLayout(); in compile()
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp170 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue()
357 llvm::DataLayout DL(Module); in ExpandFunction()
489 llvm::DataLayout DL(Module); in ExpandKernel()