Home
last modified time | relevance | path

Searched refs:emitCallInstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp55 void emitCallInstruction(const MachineInstr *MI);
147 void LanaiAsmPrinter::emitCallInstruction(const MachineInstr *MI) { in emitCallInstruction() function in LanaiAsmPrinter
204 emitCallInstruction(&*I); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h153 void emitCallInstruction(const llvm::MCInst &MCI);
H A DX86MCInstLower.cpp2586 emitCallInstruction(TmpInst); in emitInstruction()
2603 emitCallInstruction(TmpInst); in emitInstruction()
2640 emitCallInstruction(TmpInst); in emitInstruction()
2647 void X86AsmPrinter::emitCallInstruction(const llvm::MCInst &MCI) { in emitCallInstruction() function in X86AsmPrinter