Searched refs:EmitInstruction (Results 51 - 64 of 64) sorted by relevance

123

/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp230 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
1258 void MCAsmStreamer::EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) {
H A DMCStreamer.cpp649 void MCStreamer::EmitInstruction(const MCInst &Inst, function in class:MCStreamer
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp483 void EmitInstruction(const MCInst& Inst,
490 MCELFStreamer::EmitInstruction(Inst, STI);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp80 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) { function in class:PPCAsmPrinter
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp401 Out.EmitInstruction(Inst, STI);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp691 Out.EmitInstruction(Inst, STI);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp95 /// runOnMachineFunction - This uses the EmitInstruction()
1153 void ARMAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:ARMAsmPrinter
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3821 Out.EmitInstruction(Inst, STI);
3981 getParser().getStreamer().EmitInstruction(Inst, STI);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1399 Out.EmitInstruction(Instructions[i], STI);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp318 void NVPTXAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:NVPTXAsmPrinter
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp934 Out.EmitInstruction(Inst, STI);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1884 HazardRec->EmitInstruction(SU);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp699 HazardRec->EmitInstruction(SU);
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8081 Out.EmitInstruction(Inst, STI);

Completed in 289 milliseconds

123