Home
last modified time | relevance | path

Searched refs:emitInstruction (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp108 MipsELFStreamer::emitInstruction(MaskInst, STI); in emitMask()
118 MipsELFStreamer::emitInstruction(MI, STI); in sandboxIndirectJump()
133 MipsELFStreamer::emitInstruction(MI, STI); in sandboxLoadStoreStackChange()
146 void emitInstruction(const MCInst &Inst, in emitInstruction() function in __anona0ecc7fb0111::MipsNaClELFStreamer
189 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
195 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
202 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
DMipsELFStreamer.cpp36 void MipsELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in MipsELFStreamer
38 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
DMipsTargetStreamer.cpp175 getStreamer().emitInstruction(TmpInst, *STI); in emitR()
185 getStreamer().emitInstruction(TmpInst, *STI); in emitRX()
205 getStreamer().emitInstruction(TmpInst, *STI); in emitII()
217 getStreamer().emitInstruction(TmpInst, *STI); in emitRRX()
236 getStreamer().emitInstruction(TmpInst, *STI); in emitRRRX()
257 getStreamer().emitInstruction(TmpInst, *STI); in emitRRIII()
1172 getStreamer().emitInstruction(TmpInst, STI); in emitDirectiveCpLoad()
1185 getStreamer().emitInstruction(TmpInst, STI); in emitDirectiveCpLoad()
1193 getStreamer().emitInstruction(TmpInst, STI); in emitDirectiveCpLoad()
1302 getStreamer().emitInstruction(Inst, STI); in emitDirectiveCpreturn()
DMipsELFStreamer.h44 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiAsmPrinter.cpp54 void emitInstruction(const MachineInstr *MI) override;
158 OutStreamer->emitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
166 OutStreamer->emitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
178 OutStreamer->emitInstruction(TmpInst, STI); in emitCallInstruction()
180 OutStreamer->emitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
194 OutStreamer->emitInstruction(TmpInst, STI); in customEmitInstruction()
197 void LanaiAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in LanaiAsmPrinter
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp121 void emitInstruction(const MachineInstr *MI) override;
362 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SBFMXri) in EmitHwasanMemaccessSymbols()
368 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
376 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
384 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
392 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
397 OutStreamer->emitInstruction(MCInstBuilder(AArch64::UBFMXri) in EmitHwasanMemaccessSymbols()
403 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SUBSXri) in EmitHwasanMemaccessSymbols()
409 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
417 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SUBSWri) in EmitHwasanMemaccessSymbols()
[all …]
/external/llvm-project/llvm/lib/Target/VE/
DVEAsmPrinter.cpp58 void emitInstruction(const MachineInstr *MI) override;
88 OutStreamer.emitInstruction(SICInst, STI); in emitSIC()
100 OutStreamer.emitInstruction(BSICInst, STI); in emitBSIC()
112 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzzi()
124 OutStreamer.emitInstruction(LEASLInst, STI); in emitLEASLzzi()
136 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzii()
148 OutStreamer.emitInstruction(LEASLInst, STI); in emitLEASLrri()
159 OutStreamer.emitInstruction(Inst, STI); in emitBinary()
327 void VEAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in VEAsmPrinter
/external/llvm-project/llvm/lib/Target/ARC/
DARCAsmPrinter.cpp44 void emitInstruction(const MachineInstr *MI) override;
51 void ARCAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in ARCAsmPrinter
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFStreamer.cpp66 MCELFStreamer::emitInstruction(Inst, STI); in emitPrefixedInstruction()
88 void PPCELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in PPCELFStreamer
108 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
DPPCELFStreamer.h40 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp56 void emitInstruction(const MachineInstr *MI) override;
111 OutStreamer.emitInstruction(CallInst, STI); in EmitCall()
122 OutStreamer.emitInstruction(SETHIInst, STI); in EmitSETHI()
134 OutStreamer.emitInstruction(Inst, STI); in EmitBinary()
252 void SparcAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in SparcAsmPrinter
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp51 void emitInstruction(const MachineInstr *MI) override;
140 void BPFAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in BPFAsmPrinter
/external/llvm-project/llvm/lib/Target/AVR/
DAVRAsmPrinter.cpp54 void emitInstruction(const MachineInstr *MI) override;
171 void AVRAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in llvm::AVRAsmPrinter
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVAsmPrinter.cpp52 void emitInstruction(const MachineInstr *MI) override;
90 void RISCVAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in RISCVAsmPrinter
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp60 void emitInstruction(const MachineInstr *MI) override;
151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in MSP430AsmPrinter
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp61 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB, in emitInstruction() function in HexagonMCELFStreamer
74 MCObjectStreamer::emitInstruction(MCB, STI); in emitInstruction()
DHexagonMCELFStreamer.h33 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp257 void AMDGPUAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in AMDGPUAsmPrinter
275 emitInstruction(&*I); in emitInstruction()
387 void R600AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in R600AsmPrinter
402 emitInstruction(&*I); in emitInstruction()
DR600AsmPrinter.h29 void emitInstruction(const MachineInstr *MI) override;
/external/llvm-project/llvm/lib/Object/
DRecordStreamer.cpp84 void RecordStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in RecordStreamer
86 MCStreamer::emitInstruction(Inst, STI); in emitInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp164 void emitInstruction(const MCInst &Inst, in emitInstruction() function in __anon70fa76bd0111::AArch64ELFStreamer
167 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.h49 void emitInstruction(const MachineInstr *MI) override;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h35 void emitInstruction(const MachineInstr *MI) override;
DSystemZMachineScheduler.cpp70 HazardRec->emitInstruction(&*I); in advanceTo()
114 HazardRec->emitInstruction(&*I, TakenBranch); in enterMBB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp70 HazardRec->emitInstruction(&*I); in advanceTo()
114 HazardRec->emitInstruction(&*I, TakenBranch); in enterMBB()

1234