/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 108 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()
|
D | MipsELFStreamer.cpp | 36 void MipsELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in MipsELFStreamer 38 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
|
D | MipsTargetStreamer.cpp | 175 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()
|
D | MipsELFStreamer.h | 44 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 54 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/ |
D | AArch64AsmPrinter.cpp | 121 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/ |
D | VEAsmPrinter.cpp | 58 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/ |
D | ARCAsmPrinter.cpp | 44 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/ |
D | PPCELFStreamer.cpp | 66 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()
|
D | PPCELFStreamer.h | 40 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 56 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/ |
D | BPFAsmPrinter.cpp | 51 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/ |
D | AVRAsmPrinter.cpp | 54 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/ |
D | RISCVAsmPrinter.cpp | 52 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/ |
D | MSP430AsmPrinter.cpp | 60 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/ |
D | HexagonMCELFStreamer.cpp | 61 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB, in emitInstruction() function in HexagonMCELFStreamer 74 MCObjectStreamer::emitInstruction(MCB, STI); in emitInstruction()
|
D | HexagonMCELFStreamer.h | 33 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 257 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()
|
D | R600AsmPrinter.h | 29 void emitInstruction(const MachineInstr *MI) override;
|
/external/llvm-project/llvm/lib/Object/ |
D | RecordStreamer.cpp | 84 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/ |
D | AArch64ELFStreamer.cpp | 164 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/ |
D | HexagonAsmPrinter.h | 49 void emitInstruction(const MachineInstr *MI) override;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.h | 35 void emitInstruction(const MachineInstr *MI) override;
|
D | SystemZMachineScheduler.cpp | 70 HazardRec->emitInstruction(&*I); in advanceTo() 114 HazardRec->emitInstruction(&*I, TakenBranch); in enterMBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.cpp | 70 HazardRec->emitInstruction(&*I); in advanceTo() 114 HazardRec->emitInstruction(&*I, TakenBranch); in enterMBB()
|