Home
last modified time | relevance | path

Searched refs:getLLVMContext (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DBCCContext.h39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
/frameworks/compile/libbcc/lib/Core/
DBCCContext.cpp62 llvm::LLVMContext &BCCContext::getLLVMContext() in getLLVMContext() function in BCCContext
65 const llvm::LLVMContext &BCCContext::getLLVMContext() const in getLLVMContext() function in BCCContext
/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp154 llvm::Type* I32Ty = llvm::IntegerType::get(Context.getLLVMContext(), 32); in getFusedFuncType()
195 llvm::LLVMContext& ctxt = Context.getLLVMContext(); in fuseKernels()
336 llvm::BasicBlock* block = llvm::BasicBlock::Create(Context.getLLVMContext(), in renameInvoke()
DRSCompilerDriver.cpp331 llvm::LLVMContext& context = Context.getLLVMContext(); in buildScriptGroup()
/frameworks/compile/slang/
Dslang_rs_context.h150 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; } in getLLVMContext() function
Dslang_rs_export_type.cpp1160 llvm::LLVMContext &C = getRSContext()->getLLVMContext(); in convertToLLVMType()
1420 llvm::LLVMContext &C = getRSContext()->getLLVMContext(); in convertToLLVMType()
1552 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()