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

  /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/Object/
RecordStreamer.cpp 70 void RecordStreamer::EmitInstruction(const MCInst &Inst,
72 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 85 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
92 ScoreboardHazardRecognizer::EmitInstruction(SU);
ARMAsmPrinter.cpp 95 /// runOnMachineFunction - This uses the EmitInstruction()
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI) override;
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /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 248 // Targets can, or in the case of EmitInstruction, must implement these to
268 virtual void EmitInstruction(const MachineInstr *) {
269 llvm_unreachable("EmitInstruction not implemented");
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 175 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 85 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
101 EmitInstruction(I);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 69 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 179 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 175 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) {
204 return ScoreboardHazardRecognizer::EmitInstruction(SU);
385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
PPCAsmPrinter.cpp 80 void EmitInstruction(const MachineInstr *MI) override;
303 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
306 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 68 void EmitInstruction(MCStreamer &Out, const MCInst &Inst) {
69 Out.EmitInstruction(Inst, STI);
161 EmitInstruction(Out, MCInstBuilder(X86::CLD));
162 EmitInstruction(Out, MCInstBuilder(X86::MMX_EMMS));
164 EmitInstruction(Out, MCInstBuilder(X86::AND64ri8).addReg(X86::ESP)
166 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(AddressReg));
173 EmitInstruction(Out, MCInstBuilder(X86::CALLpcrel32).addExpr(FnExpr));
180 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(X86::EAX));
181 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(X86::ECX));
182 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(X86::EDX))
    [all...]
X86AsmParser.cpp 690 /// Wrapper around MCStreamer::EmitInstruction(). Possibly adds
692 void EmitInstruction(MCInst &Inst, OperandVector &Operands, MCStreamer &Out);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 83 void EmitInstruction(const MachineInstr *MI) override;
269 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 258 CheckBool DisassemblerElf32ARM::TypedRVAARM::EmitInstruction(
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 187 void MCObjectStreamer::EmitInstruction(const MCInst &Inst,
189 MCStreamer::EmitInstruction(Inst, STI);
MCStreamer.cpp 649 void MCStreamer::EmitInstruction(const MCInst &Inst,
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 79 void EmitInstruction(const MachineInstr *MI) override;
436 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 59 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)
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 618 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX), STI);
665 OutStreamer.EmitInstruction(LEA, STI);
668 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX), STI);
669 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX), STI);
670 OutStreamer.EmitInstruction(MCInstBuilder(X86::REX64_PREFIX), STI);
680 OutStreamer.EmitInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
721 OS.EmitInstruction(MCInstBuilder(Opc), STI);
724 OS.EmitInstruction(MCInstBuilder(Opc).addReg(X86::AX), STI);
728 OS.EmitInstruction(MCInstBuilder(Opc).addReg(BaseReg).addImm(ScaleVal)
769 OS.EmitInstruction(MCInstBuilder(X86::MOV64ri).addReg(ScratchReg
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 130 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) {
200 llvm_unreachable("Pseudo opcode found in EmitInstruction()");
721 OutStreamer.EmitInstruction(I, getSubtargetInfo());
728 OutStreamer.EmitInstruction(I, getSubtargetInfo());
747 OutStreamer.EmitInstruction(I, getSubtargetInfo());
757 OutStreamer.EmitInstruction(I, getSubtargetInfo());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 318 void NVPTXAsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]

Completed in 480 milliseconds