Home
last modified time | relevance | path

Searched refs:mod_ (Results 1 – 10 of 10) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc97 : out_(stdout), mod_(mod), indent_(0), tmp_reg_index_(0), scopes_(scopes), in CodegenLLVM()
382 Function *store_fn = mod_->getFunction("bpf_dins_pkt"); in visit_packet_expr_node()
393 Function *load_fn = mod_->getFunction("bpf_dext_pkt"); in visit_packet_expr_node()
416 expr_ = ConstantInt::get(mod_->getContext(), val); in visit_integer_expr_node()
583 Function *pseudo_fn = mod_->getFunction("llvm.bpf.pseudo"); in emit_table_lookup()
585 Function *lookup_fn = mod_->getFunction("bpf_map_lookup_elem_"); in emit_table_lookup()
624 Function *pseudo_fn = mod_->getFunction("llvm.bpf.pseudo"); in emit_table_update()
626 Function *update_fn = mod_->getFunction("bpf_map_update_elem_"); in emit_table_update()
654 Function *pseudo_fn = mod_->getFunction("llvm.bpf.pseudo"); in emit_table_delete()
656 Function *update_fn = mod_->getFunction("bpf_map_update_elem_"); in emit_table_delete()
[all …]
Dcodegen_llvm.h112 llvm::Module* mod_; variable
/external/bcc/src/cc/includes/
Dbcc_debug.h25 : mod_(mod), in SourceDebugger()
54 llvm::Module *mod_;
Dbpf_module.h133 std::unique_ptr<llvm::Module> mod_; variable
/external/bcc/src/cc/
Dbcc_debug.h25 : mod_(mod), in SourceDebugger()
54 llvm::Module *mod_;
Dbcc_debug.cc54 bool isLittleEndian = mod_->getDataLayout().isLittleEndian(); in adjustInstSize()
83 FileName == mod_->getSourceFileName()) { in dumpSrcLine()
107 string TripleStr(mod_->getTargetTriple()); in dump()
Dbpf_module.cc477 if (clang_loader.parse(&mod_, *ts_, file, in_memory, cflags, ncflags, id_, in load_cfile()
490 if (clang_loader.parse(&mod_, *ts_, text, true, nullptr, 0, "", *func_src_, in load_includes()
497 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate_light()
511 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate()
524 GlobalValue *gvar = mod_->getNamedValue(table.name); in annotate()
616 Module *mod = &*mod_; in finalize()
624 EngineBuilder builder(move(mod_)); in finalize()
984 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
Dbpf_module.h133 std::unique_ptr<llvm::Module> mod_; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td404 // mod_[su].[bhwd], div_[su].[bhwd]
DMipsScheduleGeneric.td1007 // mod_[su].[bhwd], div_[su].[bhwd]