Home
last modified time | relevance | path

Searched refs:make_alloca (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h96 llvm::AllocaInst *make_alloca(llvm::Instruction *Inst, llvm::Type *Ty,
99 llvm::AllocaInst *make_alloca(llvm::BasicBlock *BB, llvm::Type *Ty,
Dcodegen_llvm.cc426 Value *ptr = make_alloca(resolve_entry_stack(), B.getInt8Ty(), "", in visit_string_expr_node()
823 make_alloca(resolve_entry_stack(), leaf_type), B.getInt8PtrTy()); in visit_table_index_expr_node()
967 AllocaInst *ptr_a = make_alloca(resolve_entry_stack(), ptr_stype); in visit_struct_variable_decl_stmt_node()
1021 AllocaInst *ptr_a = make_alloca(resolve_entry_stack(), in visit_integer_variable_decl_stmt_node()
1185 retval_ = make_alloca(label_entry, fn->getReturnType(), "ret"); in visit_func_decl_stmt_node()
1187 errval_ = make_alloca(label_entry, B.getInt64Ty(), "err"); in visit_func_decl_stmt_node()
1332 AllocaInst *CodegenLLVM::make_alloca(Instruction *Inst, Type *Ty, in make_alloca() function in ebpf::cc::CodegenLLVM
1341 AllocaInst *CodegenLLVM::make_alloca(BasicBlock *BB, Type *Ty, in make_alloca() function in ebpf::cc::CodegenLLVM