/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 481 mod_(NO_SVE_OFFSET_MODIFIER), in base_() 500 mod_(mod), in base_() 512 mod_(NO_SVE_OFFSET_MODIFIER), in SVEMemOperand() 527 mod_(GetSVEOffsetModifierFor(mod)), in SVEMemOperand() 529 VIXL_ASSERT(mod_ != SVE_LSL); // LSL requires an explicit shift amount. in SVEMemOperand() 543 mod_(GetSVEOffsetModifierFor(mod)), in SVEMemOperand() 557 mod_(GetSVEOffsetModifierFor(mod)), in base_() 581 ((mod_ == NO_SVE_OFFSET_MODIFIER) || IsMulVl()); in IsScalarPlusImmediate() 588 ((mod_ == NO_SVE_OFFSET_MODIFIER) || (mod_ == SVE_LSL)); in IsScalarPlusScalar() 603 regoffset_.IsNone() && (mod_ == NO_SVE_OFFSET_MODIFIER); in IsVectorPlusImmediate() [all …]
|
D | operands-aarch64.cc | 395 switch (mod_) { in IsValid()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 97 : 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 …]
|
D | codegen_llvm.h | 112 llvm::Module* mod_; variable
|
/external/bcc/src/cc/includes/ |
D | bcc_debug.h | 25 : mod_(mod), in SourceDebugger() 54 llvm::Module *mod_;
|
D | bpf_module.h | 137 std::unique_ptr<llvm::Module> mod_; variable
|
/external/bcc/src/cc/ |
D | bcc_debug.h | 25 : mod_(mod), in SourceDebugger() 54 llvm::Module *mod_;
|
D | bpf_module.cc | 147 if (clang_loader.parse(&mod_, *ts_, file, in_memory, cflags, ncflags, id_, in load_cfile() 160 if (clang_loader.parse(&mod_, *ts_, text, true, nullptr, 0, "", *func_src_, in load_includes() 167 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate_light() 213 Module *mod = &*mod_; in finalize() 226 EngineBuilder builder(move(mod_)); in finalize() 586 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
|
D | bcc_debug.cc | 54 bool isLittleEndian = mod_->getDataLayout().isLittleEndian(); in adjustInstSize() 83 FileName == mod_->getSourceFileName()) { in dumpSrcLine() 107 string TripleStr(mod_->getTargetTriple()); in dump()
|
D | bpf_module_rw_engine.cc | 367 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate() 380 GlobalValue *gvar = mod_->getNamedValue(table.name); in annotate()
|
D | bpf_module.h | 137 std::unique_ptr<llvm::Module> mod_; variable
|
/external/rust/crates/bindgen/src/ |
D | lib.rs | 1030 pub fn module_raw_line<T, U>(mut self, mod_: T, line: U) -> Self in module_raw_line() 1037 .entry(mod_.into()) in module_raw_line() 1044 pub fn module_raw_lines<T, I>(mut self, mod_: T, lines: I) -> Self in module_raw_lines() 1052 .entry(mod_.into()) in module_raw_lines()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 422 // mod_[su].[bhwd], div_[su].[bhwd]
|
D | MipsScheduleGeneric.td | 1540 // mod_[su].[bhwd], div_[su].[bhwd]
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 423 // mod_[su].[bhwd], div_[su].[bhwd]
|
D | MipsScheduleGeneric.td | 1543 // mod_[su].[bhwd], div_[su].[bhwd]
|