Searched defs:emitImplicitDef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp829 void NVPTXAsmPrinter::emitImplicitDef(const MachineInstr *MI) const { function in class:NVPTXAsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp604 /// emitImplicitDef - This method emits the specified machine instruction
606 void AsmPrinter::emitImplicitDef(const MachineInstr *MI) const { function in class:AsmPrinter
789 if (isVerbose()) emitImplicitDef(&MI);

Completed in 478 milliseconds