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

1 2 3

  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 43 void EmitInstruction(const MachineInstr *MI) override;
47 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUHazardRecognizers.cpp 129 void SPUHazardRecognizer::EmitInstruction(SUnit *SU)
SPUAsmPrinter.cpp 55 void EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Object/
RecordStreamer.cpp 76 void RecordStreamer::EmitInstruction(const MCInst &Inst,
78 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 82 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
89 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 83 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
108 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 46 void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 53 void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI);
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
161 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 70 /// EmitInstruction - This callback is invoked when an instruction is
72 virtual void EmitInstruction(SUnit *) {}
76 virtual void EmitInstruction(MachineInstr *) {}
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK,
77 MCObjectStreamer::EmitInstruction(*MCB, STI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 67 /// EmitInstruction - This callback is invoked when an instruction is
69 virtual void EmitInstruction(SUnit *) {}
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcAsmPrinter.cpp 46 virtual void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 69 void EmitInstruction(const MachineInstr *MI);
75 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 170 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 98 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
113 EmitInstruction(&*I);
GCNHazardRecognizer.cpp 33 void GCNHazardRecognizer::EmitInstruction(SUnit *SU) {
34 EmitInstruction(SU->getInstr());
37 void GCNHazardRecognizer::EmitInstruction(MachineInstr *MI) {
  /external/llvm/lib/Target/Lanai/
LanaiAsmPrinter.cpp 55 void EmitInstruction(const MachineInstr *MI) override;
160 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO)
168 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI)
180 OutStreamer->EmitInstruction(TmpInst, STI);
182 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R)
196 OutStreamer->EmitInstruction(TmpInst, STI);
199 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 170 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 226 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 176 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) {
205 return ScoreboardHazardRecognizer::EmitInstruction(SU);
388 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {

Completed in 1313 milliseconds

1 2 3