HomeSort by relevance Sort by last modified time
    Searched refs:EmitInstruction (Results 51 - 66 of 66) sorted by null

1 23

  /external/llvm/lib/MC/
MCAsmStreamer.cpp 237 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
    [all...]
MCStreamer.cpp 647 void MCStreamer::EmitInstruction(const MCInst &Inst,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 451 void EmitInstruction(const MCInst& Inst,
458 MCELFStreamer::EmitInstruction(Inst, STI);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 724 /// Wrapper around MCStreamer::EmitInstruction(). Possibly adds
726 void EmitInstruction(MCInst &Inst, OperandVector &Operands, MCStreamer &Out);
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 795 Out.EmitInstruction(Inst, getSTI());
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 530 Out.EmitInstruction(I, getSTI());
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 623 Out.EmitInstruction(Inst, getSTI());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 100 /// runOnMachineFunction - This uses the EmitInstruction()
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 718 Out.EmitInstruction(MCB, getSTI());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 158 void NVPTXAsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 698 HazardRec->EmitInstruction(SU);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 2308 milliseconds

1 23