HomeSort by relevance Sort by last modified time
    Searched defs:EmitInstruction (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 45 void EmitInstruction(const MachineInstr *MI) override;
75 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Object/
RecordStreamer.cpp 70 void RecordStreamer::EmitInstruction(const MCInst &Inst,
72 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 83 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
90 ScoreboardHazardRecognizer::EmitInstruction(SU);
ARMAsmPrinter.cpp 100 /// runOnMachineFunction - This uses the EmitInstruction()
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI) override;
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst,
20 MCELFStreamer::EmitInstruction(Inst, STI);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 58 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
74 OutStreamer.EmitInstruction(MCBundleInst);
80 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 69 /// EmitInstruction - This callback is invoked when an instruction is
71 virtual void EmitInstruction(SUnit *) {}
AsmPrinter.h 281 // Targets can, or in the case of EmitInstruction, must implement these to
310 virtual void EmitInstruction(const MachineInstr *) {
311 llvm_unreachable("EmitInstruction not implemented");
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK,
77 MCObjectStreamer::EmitInstruction(*MCB, STI);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 179 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 87 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
102 EmitInstruction(&*I);
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 175 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) {
204 return ScoreboardHazardRecognizer::EmitInstruction(SU);
385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
PPCAsmPrinter.cpp 85 void EmitInstruction(const MachineInstr *MI) override;
488 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
491 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 73 void EmitInstruction(const MachineInstr *MI) override;
200 void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) {
201 DEBUG(dbgs() << "EmitInstruction: " << *MI << '\n');
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 82 void EmitInstruction(const MachineInstr *MI) override;
267 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 228 void MCObjectStreamer::EmitInstruction(const MCInst &Inst,
230 MCStreamer::EmitInstruction(Inst, STI);
MCStreamer.cpp 647 void MCStreamer::EmitInstruction(const MCInst &Inst,
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 77 void EmitInstruction(const MachineInstr *MI) override;
437 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 568 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
593 OutStreamer->EmitInstruction(MCB, getSubtargetInfo());
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 60 void EmitInstruction(const MachineInstr *MI) override;
117 OutStreamer.EmitInstruction(CallInst, STI);
128 OutStreamer.EmitInstruction(SETHIInst, STI);
140 OutStreamer.EmitInstruction(Inst, STI);
258 void SparcAsmPrinter::EmitInstruction(const MachineInstr *MI)
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 132 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) {
202 llvm_unreachable("Pseudo opcode found in EmitInstruction()");
779 OutStreamer->EmitInstruction(I, STI);
787 OutStreamer->EmitInstruction(I, STI);
807 OutStreamer->EmitInstruction(I, STI);
818 OutStreamer->EmitInstruction(I, STI);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 39 // instructions are emitted via EmitInstruction method. That's the
193 EmitInstruction(Out, MCInstBuilder(X86::REP_PREFIX));
199 EmitInstruction(Out, Inst);
245 EmitInstruction(Out, Inst);
514 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(Reg));
519 EmitInstruction(Out, MCInstBuilder(X86::POP32r).addReg(Reg));
524 EmitInstruction(Out, MCInstBuilder(X86::PUSHF32));
529 EmitInstruction(Out, MCInstBuilder(X86::POPF32));
548 EmitInstruction(
600 EmitInstruction(Out, MCInstBuilder(X86::CLD))
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 111 OutStreamer->EmitInstruction(Inst, getSubtargetInfo());
    [all...]

Completed in 442 milliseconds

1 2