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

/external/llvm/lib/Target/CellSPU/
H A DSPUHazardRecognizers.cpp129 void SPUHazardRecognizer::EmitInstruction(SUnit *SU) function in class:SPUHazardRecognizer
H A DSPUAsmPrinter.cpp55 void EmitInstruction(const MachineInstr *MI) { function in class:__anon7570::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.cpp313 /// runOnMachineFunction - This uses the EmitInstruction()
1014 OutStreamer.EmitInstruction(BrInst);
1072 OutStreamer.EmitInstruction(TmpInst);
1210 void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:ARMAsmPrinter
1250 OutStreamer.EmitInstruction(TmpInst);
1265 OutStreamer.EmitInstruction(TmpInst);
1281 OutStreamer.EmitInstruction(TmpInst);
1287 OutStreamer.EmitInstruction(TmpInst);
1300 OutStreamer.EmitInstruction(TmpInst);
1309 OutStreamer.EmitInstruction(TmpIns
[all...]
/external/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h67 /// EmitInstruction - This callback is invoked when an instruction is
69 virtual void EmitInstruction(SUnit *) {} function in class:llvm::ScheduleHazardRecognizer
H A DAsmPrinter.h239 // Targets can, or in the case of EmitInstruction, must implement these to
258 /// EmitInstruction - Targets should implement this to emit instructions.
259 virtual void EmitInstruction(const MachineInstr *) { function in class:llvm::AsmPrinter
260 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);
293 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
296 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:PPCAsmPrinter
340 OutStreamer.EmitInstruction(TmpInst);
365 OutStreamer.EmitInstruction(TmpInst);
377 OutStreamer.EmitInstruction(TmpInst);
388 OutStreamer.EmitInstruction(TmpInst);
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp168 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ScoreboardHazardRecognizer
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp198 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:HexagonAsmPrinter
202 OutStreamer.EmitInstruction(MCI);
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp45 virtual void EmitInstruction(const MachineInstr *MI) { function in class:__anon7654::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:__anon7474::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:__anon7621::MipsMCCodeEmitter
133 EmitInstruction(Binary, Size, OS);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp544 AsmPrinter.OutStreamer.EmitInstruction(retInst);
559 OutStreamer.EmitInstruction(prefix);
583 OutStreamer.EmitInstruction(LEA);
588 OutStreamer.EmitInstruction(prefix);
590 OutStreamer.EmitInstruction(prefix);
592 OutStreamer.EmitInstruction(prefix);
608 OutStreamer.EmitInstruction(call);
611 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:X86AsmPrinter
666 OutStreamer.EmitInstruction(TmpInst);
674 OutStreamer.EmitInstruction(TmpIns
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp82 void EmitInstruction(const MachineInstr *MI);
294 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:XCoreAsmPrinter
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp53 OutStreamer.EmitInstruction(TmpInst);
65 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:MipsAsmPrinter
111 OutStreamer.EmitInstruction(*I);
130 OutStreamer.EmitInstruction(*I);
142 OutStreamer.EmitInstruction(*I);
151 OutStreamer.EmitInstruction(TmpInst0);
322 OutStreamer.EmitInstruction(*I);
/external/llvm/lib/Target/PTX/
H A DPTXAsmPrinter.cpp262 void PTXAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:PTXAsmPrinter
265 OutStreamer.EmitInstruction(TmpInst);
H A DPTXMCAsmStreamer.cpp172 virtual void EmitInstruction(const MCInst &Inst);
512 void PTXMCAsmStreamer::EmitInstruction(const MCInst &Inst) { function in class:PTXMCAsmStreamer
/external/llvm/tools/lto/
H A DLTOModule.cpp583 virtual void EmitInstruction(const MCInst &Inst) { function in class:__anon7896::RecordStreamer

Completed in 316 milliseconds