Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h208 void emitImplicitDef(const MachineInstr *MI) const override;
H A DNVPTXAsmPrinter.cpp509 void NVPTXAsmPrinter::emitImplicitDef(const MachineInstr *MI) const { in emitImplicitDef() function in NVPTXAsmPrinter
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h528 virtual void emitImplicitDef(const MachineInstr *MI) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp890 void AsmPrinter::emitImplicitDef(const MachineInstr *MI) const { in emitImplicitDef() function in AsmPrinter
1323 if (isVerbose()) emitImplicitDef(&MI); in emitFunctionBody()