|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/SystemZ/SystemZISelLowering.h 628 MachineBasicBlock *emitCondStore(MachineInstr &MI, MachineBasicBlock *BB,
References
lib/Target/SystemZ/SystemZISelLowering.cpp 7546 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, false);
7548 return emitCondStore(MI, MBB, SystemZ::STCMux, 0, true);
7550 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, false);
7552 return emitCondStore(MI, MBB, SystemZ::STHMux, 0, true);
7554 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, false);
7556 return emitCondStore(MI, MBB, SystemZ::STMux, SystemZ::STOCMux, true);
7558 return emitCondStore(MI, MBB, SystemZ::STC, 0, false);
7560 return emitCondStore(MI, MBB, SystemZ::STC, 0, true);
7562 return emitCondStore(MI, MBB, SystemZ::STH, 0, false);
7564 return emitCondStore(MI, MBB, SystemZ::STH, 0, true);
7566 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false);
7568 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true);
7570 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false);
7572 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true);
7574 return emitCondStore(MI, MBB, SystemZ::STE, 0, false);
7576 return emitCondStore(MI, MBB, SystemZ::STE, 0, true);
7578 return emitCondStore(MI, MBB, SystemZ::STD, 0, false);
7580 return emitCondStore(MI, MBB, SystemZ::STD, 0, true);