Searched refs:emit (Results 1 - 25 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp20 void IRTransformLayer::emit(MaterializationResponsibility R, function in class:llvm::orc::IRTransformLayer
25 BaseLayer.emit(std::move(R), std::move(*TransformedTSM));
H A DObjectTransformLayer.cpp20 void ObjectTransformLayer::emit(MaterializationResponsibility R, function in class:llvm::orc::ObjectTransformLayer
35 BaseLayer.emit(std::move(R), std::move(O));
H A DIRCompileLayer.cpp28 void IRCompileLayer::emit(MaterializationResponsibility R, function in class:llvm::orc::IRCompileLayer
40 BaseLayer.emit(std::move(R), std::move(*Obj));
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h46 void emit(raw_ostream &OS) const;
50 Expander.emit(OS);
/freebsd-11-stable/stand/common/
H A Dmisc.c180 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} macro
184 emit("%08lx ", (long) line);
188 emit("%02x ", *(uint8_t *)(line + x));
190 emit("-- ");
193 emit(" ");
195 emit(" |");
201 emit("%c", c);
203 emit(" ");
206 emit("|\n");
/freebsd-11-stable/usr.bin/xlint/lint2/
H A DMakefile7 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGenCoverage.h34 bool emit(StringRef FilePrefix, StringRef BackendName) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DYAMLRemarkSerializer.h40 void emit(const Remark &Remark) override;
61 void emit() override;
69 /// This should be set to true after the first invocation of `emit`.
81 /// Override to emit the metadata if necessary.
82 void emit(const Remark &Remark) override;
102 void emit() override;
H A DRemarkSerializer.h56 virtual void emit(const Remark &Remark) = 0;
72 virtual void emit() = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp28 ORE->emit(
39 ORE->emit(
56 ORE->emit(
64 ORE->emit(
75 ORE->emit(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h70 void emit(DiagnosticInfoOptimizationBase &OptDiag);
75 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { function in class:llvm::OptimizationRemarkEmitter
83 emit((DiagnosticInfoOptimizationBase &)R);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp23 void emit(raw_ostream &OS);
164 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
173 Attributes(RK).emit(OS);
H A DCTagsEmitter.cpp36 void emit(raw_ostream &OS) const { function in class:__anon3352::Tag
79 T.emit(OS);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp88 void emit();
103 void TypeNodeEmitter::emit() { function in class:TypeNodeEmitter
207 TypeNodeEmitter(records, out).emit();
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl27 &::emit($opcode,@arg);
33 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
34 sub ::call_ptr { &::emit("call",@_); }
35 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86nasm.pl25 &::emit($opcode,@_);
31 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
32 sub ::call_ptr { &::emit("call",@_); }
33 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86gas.pl47 if ($#_==0) { &::emit($opcode); }
49 { &::emit($opcode,@arg); }
50 else { &::emit($opcode.$suffix,@arg);}
60 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
61 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A DMakefile6 init.c emit.c emit1.c inittyp.c
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
H A DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit.
97 /// Controls whether to emit duplicate hash and offset table entries for names
98 /// with identical hashes. Apple tables don't emit duplicate entries, DWARF v5
134 void emit(AsmPrinter *Asm) const;
153 void emit(AsmPrinter *Asm) const;
175 void emit() const;
184 /// public function is emit(), which performs the actual emission.
186 /// The class is templated in its data type. This allows us to emit both dyamic
209 void emit(const Dwarf5AccelTableWriter &Ctx) const;
228 // Right now, we emit unifor
279 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableWriter::Header
294 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableWriter::HeaderData
355 void AppleAccelTableWriter::emit() const { function in class:AppleAccelTableWriter
365 void Dwarf5AccelTableWriter<DataT>::Header::emit( function in class:Dwarf5AccelTableWriter::Header
531 template <typename DataT> void Dwarf5AccelTableWriter<DataT>::emit() const { function in class:Dwarf5AccelTableWriter
595 void AppleAccelTableOffsetData::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableOffsetData
599 void AppleAccelTableTypeData::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableTypeData
605 void AppleAccelTableStaticOffsetData::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableStaticOffsetData
609 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { function in class:AppleAccelTableStaticTypeData
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp36 void MCLOHDirective::emit(MachObjectWriter &ObjWriter, function in class:MCLOHDirective
/freebsd-11-stable/contrib/gcc/
H A Dfunction.h109 #define reg_rtx_no (cfun->emit->x_reg_rtx_no)
110 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx)
111 #define seq_stack (cfun->emit->sequence_stack)
113 #define REGNO_POINTER_ALIGN(REGNO) (cfun->emit->regno_pointer_align[REGNO])
187 struct emit_status *emit;
455 /* Set when the call to function itself has been emit. */
186 struct emit_status *emit; local
/freebsd-11-stable/contrib/dtc/
H A Dflattree.c258 static void flatten_tree(struct node *tree, struct emitter *emit, argument
269 emit->beginnode(etarget, tree->labels);
272 emit->string(etarget, tree->fullpath, 0);
274 emit->string(etarget, tree->name, 0);
276 emit->align(etarget, sizeof(cell_t));
286 emit->property(etarget, prop->labels);
287 emit->cell(etarget, prop->val.len);
288 emit->cell(etarget, nameoff);
291 emit->align(etarget, 8);
293 emit
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h151 void emit(DiagnosticInfoOptimizationBase &OptDiag);
170 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { function in class:llvm::MachineOptimizationRemarkEmitter
181 emit((DiagnosticInfoOptimizationBase &)R);

Completed in 305 milliseconds

123456