Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp396 static unsigned getRetOpcode(const X86Subtarget &Subtarget) { in getRetOpcode() function
525 OutMI.setOpcode(getRetOpcode(AsmPrinter.getSubtarget())); in Lower()
532 OutMI.setOpcode(getRetOpcode(AsmPrinter.getSubtarget())); in Lower()
541 OutMI.setOpcode(getRetOpcode(Subtarget)); in Lower()
1779 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()
1784 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()