Searched defs:EmitInstruction (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp45 void EmitInstruction(const MachineInstr *MI) override;
75 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:BPFAsmPrinter
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp58 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:AMDGPUAsmPrinter
74 OutStreamer.EmitInstruction(MCBundleInst);
80 OutStreamer.EmitInstruction(TmpInst);
/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp83 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ARMHazardRecognizer
90 ScoreboardHazardRecognizer::EmitInstruction(SU);
H A DARMAsmPrinter.cpp100 /// runOnMachineFunction - This uses the EmitInstruction()
1228 void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:ARMAsmPrinter
/external/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h69 /// EmitInstruction - This callback is invoked when an instruction is
71 virtual void EmitInstruction(SUnit *) {} function in class:llvm::ScheduleHazardRecognizer
H A DAsmPrinter.h281 // Targets can, or in the case of EmitInstruction, must implement these to
310 virtual void EmitInstruction(const MachineInstr *) { function in class:llvm::AsmPrinter
311 llvm_unreachable("EmitInstruction not implemented");
/external/llvm/lib/Object/
H A DRecordStreamer.cpp70 void RecordStreamer::EmitInstruction(const MCInst &Inst, function in class:RecordStreamer
72 MCStreamer::EmitInstruction(Inst, STI);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp87 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:AMDGPUAsmPrinter
102 EmitInstruction(&*I);
/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp59 void EmitInstruction(const MachineInstr *MI) override;
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MSP430AsmPrinter
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst, function in class:MipsELFStreamer
20 MCELFStreamer::EmitInstruction(Inst, STI);
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp179 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ScoreboardHazardRecognizer
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK, function in class:HexagonMCELFStreamer
77 MCObjectStreamer::EmitInstruction(*MCB, STI);
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp175 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:PPCDispatchGroupSBHazardRecognizer
204 return ScoreboardHazardRecognizer::EmitInstruction(SU);
385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) { function in class:PPCHazardRecognizer970
H A DPPCAsmPrinter.cpp85 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) { function in class:PPCAsmPrinter
1324 S.EmitInstruction(Inst, *STI);
/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:SystemZAsmPrinter
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp73 void EmitInstruction(const MachineInstr *MI) override;
200 void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:WebAssemblyAsmPrinter
201 DEBUG(dbgs() << "EmitInstruction: " << *MI << '\n');
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp82 void EmitInstruction(const MachineInstr *MI) override;
267 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:XCoreAsmPrinter
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp77 void EmitInstruction(const MachineInstr *MI) override;
437 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:AArch64AsmPrinter
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp568 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:HexagonAsmPrinter
593 OutStreamer->EmitInstruction(MCB, getSubtargetInfo());
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp60 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) function in class:SparcAsmPrinter
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp228 void MCObjectStreamer::EmitInstruction(const MCInst &Inst, function in class:MCObjectStreamer
230 MCStreamer::EmitInstruction(Inst, STI);
H A DMCStreamer.cpp647 void MCStreamer::EmitInstruction(const MCInst &Inst, function in class:MCStreamer
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp39 // 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(Ou
1041 void X86AsmInstrumentation::EmitInstruction(MCStreamer &Out, function in class:llvm::X86AsmInstrumentation
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp132 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MipsAsmPrinter
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);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp111 OutStreamer->EmitInstruction(Inst, getSubtargetInfo());
827 OS.EmitInstruction(MCInstBuilder(Opc), STI);
830 OS.EmitInstruction(MCInstBuilder(Opc).addReg(X86::AX), STI);
834 OS.EmitInstruction(MCInstBuilder(Opc).addReg(BaseReg)
887 OutStreamer->EmitInstruction(CallInst, getSubtargetInfo());
918 OutStreamer->EmitInstruction(LoadMI, getSubtargetInfo());
1076 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:X86AsmPrinter
1421 OutStreamer->EmitInstruction(TmpInst, getSubtargetInfo());

Completed in 1066 milliseconds

12