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

/external/llvm/lib/Target/CellSPU/
H A DSPUHazardRecognizers.cpp123 void SPUHazardRecognizer::EmitInstruction(SUnit *SU) function in class:SPUHazardRecognizer
H A DSPUAsmPrinter.cpp55 void EmitInstruction(const MachineInstr *MI) { function in class:__anon8886::SPUAsmPrinter
/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp79 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ARMHazardRecognizer
86 ScoreboardHazardRecognizer::EmitInstruction(SU);
H A DARMAsmPrinter.cpp320 /// runOnMachineFunction - This uses the EmitInstruction()
1038 OutStreamer.EmitInstruction(BrInst);
1101 OutStreamer.EmitInstruction(TmpInst);
1245 void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:ARMAsmPrinter
1288 OutStreamer.EmitInstruction(TmpInst);
1303 OutStreamer.EmitInstruction(TmpInst);
1319 OutStreamer.EmitInstruction(TmpInst);
1325 OutStreamer.EmitInstruction(TmpInst);
1338 OutStreamer.EmitInstruction(TmpInst);
1347 OutStreamer.EmitInstruction(TmpIns
[all...]
/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.h240 // Targets can, or in the case of EmitInstruction, must implement these to
259 /// EmitInstruction - Targets should implement this to emit instructions.
260 virtual void EmitInstruction(const MachineInstr *) { function in class:llvm::AsmPrinter
261 llvm_unreachable("EmitInstruction not implemented");
/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp59 void EmitInstruction(const MachineInstr *MI);
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MSP430AsmPrinter
161 OutStreamer.EmitInstruction(TmpInst);
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp26 void PPCScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:PPCScoreboardHazardRecognizer
32 ScoreboardHazardRecognizer::EmitInstruction(SU);
197 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) { function in class:PPCHazardRecognizer970
H A DPPCAsmPrinter.cpp75 virtual void EmitInstruction(const MachineInstr *MI);
297 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
300 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:PPCAsmPrinter
344 OutStreamer.EmitInstruction(TmpInst);
378 OutStreamer.EmitInstruction(TmpInst);
390 OutStreamer.EmitInstruction(TmpInst);
401 OutStreamer.EmitInstruction(TmpInst);
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp178 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ScoreboardHazardRecognizer
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp199 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:HexagonAsmPrinter
227 OutStreamer.EmitInstruction(MCI);
237 OutStreamer.EmitInstruction(MCI);
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp45 virtual void EmitInstruction(const MachineInstr *MI) { function in class:__anon8974::SparcAsmPrinter
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp162 void MCObjectStreamer::EmitInstruction(const MCInst &Inst) { function in class:MCObjectStreamer
H A DMCNullStreamer.cpp95 virtual void EmitInstruction(const MCInst &Inst) {} function in class:__anon8789::MCNullStreamer
H A DWinCOFFStreamer.cpp79 virtual void EmitInstruction(const MCInst &Instruction);
378 void WinCOFFStreamer::EmitInstruction(const MCInst &Instruction) { function in class:WinCOFFStreamer
/external/llvm/lib/Target/MBlaze/
H A DMBlazeAsmPrinter.cpp79 void EmitInstruction(const MachineInstr *MI);
189 void MBlazeAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MBlazeAsmPrinter
194 OutStreamer.EmitInstruction(TmpInst);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp50 void EmitInstruction(uint64_t Val, unsigned Size, raw_ostream &OS) const { function in class:__anon8947::MipsMCCodeEmitter
135 EmitInstruction(Binary, Size, OS);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp542 AsmPrinter.OutStreamer.EmitInstruction(retInst);
562 OutStreamer.EmitInstruction(prefix);
610 OutStreamer.EmitInstruction(LEA);
615 OutStreamer.EmitInstruction(prefix);
617 OutStreamer.EmitInstruction(prefix);
619 OutStreamer.EmitInstruction(prefix);
635 OutStreamer.EmitInstruction(call);
638 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:X86AsmPrinter
693 OutStreamer.EmitInstruction(TmpInst);
701 OutStreamer.EmitInstruction(TmpIns
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp82 void EmitInstruction(const MachineInstr *MI);
304 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:XCoreAsmPrinter
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp53 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MipsAsmPrinter
85 OutStreamer.EmitInstruction(TmpInst0);
/external/llvm/tools/lto/
H A DLTOModule.cpp728 virtual void EmitInstruction(const MCInst &Inst) { function in class:__anon9218::RecordStreamer
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp261 void NVPTXAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:NVPTXAsmPrinter

Completed in 381 milliseconds