Lines Matching refs:emitCondStore
1793 SystemZTargetLowering::emitCondStore(MachineInstr *MI,
2272 return emitCondStore(MI, MBB, SystemZ::STC32, 0, false);
2274 return emitCondStore(MI, MBB, SystemZ::STC32, 0, true);
2276 return emitCondStore(MI, MBB, SystemZ::STH32, 0, false);
2278 return emitCondStore(MI, MBB, SystemZ::STH32, 0, true);
2280 return emitCondStore(MI, MBB, SystemZ::ST32, SystemZ::STOC32, false);
2282 return emitCondStore(MI, MBB, SystemZ::ST32, SystemZ::STOC32, true);
2284 return emitCondStore(MI, MBB, SystemZ::STC, 0, false);
2286 return emitCondStore(MI, MBB, SystemZ::STC, 0, true);
2288 return emitCondStore(MI, MBB, SystemZ::STH, 0, false);
2290 return emitCondStore(MI, MBB, SystemZ::STH, 0, true);
2292 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false);
2294 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true);
2296 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false);
2298 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true);
2300 return emitCondStore(MI, MBB, SystemZ::STE, 0, false);
2302 return emitCondStore(MI, MBB, SystemZ::STE, 0, true);
2304 return emitCondStore(MI, MBB, SystemZ::STD, 0, false);
2306 return emitCondStore(MI, MBB, SystemZ::STD, 0, true);