|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AArch64/AArch64InstrInfo.cpp 3493 void AArch64InstrInfo::getNoop(MCInst &NopInst) const {
lib/Target/ARM/ARMInstrInfo.cpp 35 void ARMInstrInfo::getNoop(MCInst &NopInst) const {
lib/Target/ARM/Thumb1InstrInfo.cpp 26 void Thumb1InstrInfo::getNoop(MCInst &NopInst) const {
lib/Target/ARM/Thumb2InstrInfo.cpp 45 void Thumb2InstrInfo::getNoop(MCInst &NopInst) const {
lib/Target/PowerPC/PPCInstrInfo.cpp 488 void PPCInstrInfo::getNoop(MCInst &NopInst) const {
lib/Target/X86/X86InstrInfo.cpp 6911 void X86InstrInfo::getNoop(MCInst &NopInst) const {
Declarations
include/llvm/CodeGen/TargetInstrInfo.h 1261 virtual void getNoop(MCInst &NopInst) const;
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1155 MF->getSubtarget().getInstrInfo()->getNoop(Noop);
lib/Target/ARM/ARMMCInstLower.cpp 211 Subtarget->getInstrInfo()->getNoop(Noop);