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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 58 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
74 OutStreamer.EmitInstruction(MCBundleInst);
80 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 85 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
92 ScoreboardHazardRecognizer::EmitInstruction(SU);
ARMAsmPrinter.cpp 314 /// runOnMachineFunction - This uses the EmitInstruction()
    [all...]
  /external/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/lib/Target/R600/
AMDGPUMCInstLower.cpp 64 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
75 OutStreamer.EmitInstruction(MCBundleInst);
81 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 28 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
32 OutStreamer.EmitInstruction(LoweredMI);
  /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 246 // Targets can, or in the case of EmitInstruction, must implement these to
265 /// EmitInstruction - Targets should implement this to emit instructions.
266 virtual void EmitInstruction(const MachineInstr *) {
267 llvm_unreachable("EmitInstruction not implemented");
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 266 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) {
273 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 54 void EmitInstruction(uint64_t Val, unsigned Size, raw_ostream &OS) const {
229 EmitInstruction(Binary, Size, OS);
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 26 void PPCScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
32 ScoreboardHazardRecognizer::EmitInstruction(SU);
197 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
PPCAsmPrinter.cpp 79 virtual void EmitInstruction(const MachineInstr *MI);
322 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
325 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
342 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BL)
378 OutStreamer.EmitInstruction(TmpInst);
423 OutStreamer.EmitInstruction(TmpInst);
460 OutStreamer.EmitInstruction(TmpInst);
496 OutStreamer.EmitInstruction(TmpInst);
509 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
528 OutStreamer.EmitInstruction(TmpInst)
    [all...]
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 178 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 80 virtual void EmitInstruction(const MCInst& Inst) {
82 MCELFStreamer::EmitInstruction(Inst);
AArch64MCCodeEmitter.cpp 97 void EmitInstruction(uint32_t Val, raw_ostream &OS) const {
506 EmitInstruction(Binary, OS);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 199 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
227 OutStreamer.EmitInstruction(MCI);
237 OutStreamer.EmitInstruction(MCI);
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 46 virtual void EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 75 void EmitInstruction(const MachineInstr *MI);
256 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) {
288 OutStreamer.EmitInstruction(TmpInst);
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 258 CheckBool DisassemblerElf32ARM::TypedRVAARM::EmitInstruction(
  /external/llvm/lib/MC/
MCNullStreamer.cpp 99 virtual void EmitInstruction(const MCInst &Inst) {}
MCObjectStreamer.cpp 192 void MCObjectStreamer::EmitInstruction(const MCInst &Inst) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 65 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) {
90 llvm_unreachable("Pseudo opcode found in EmitInstruction()");
94 OutStreamer.EmitInstruction(TmpInst0);
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 604 AsmPrinter.OutStreamer.EmitInstruction(MCInstBuilder(X86::RET));
621 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
668 OutStreamer.EmitInstruction(LEA);
671 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
672 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
673 OutStreamer.EmitInstruction(MCInstBuilder(X86::REX64_PREFIX));
683 OutStreamer.EmitInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
688 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
733 OutStreamer.EmitInstruction(MCInstBuilder(X86::CALLpcrel32)
740 OutStreamer.EmitInstruction(MCInstBuilder(X86::POP32r
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 724 virtual void EmitInstruction(const MCInst &Inst) {

Completed in 124 milliseconds

1 2