Lines Matching refs:ISD
126 case ISD::LOAD:
129 case ISD::STORE:
231 // Sign : ISD::SEXTLOAD
232 // Unsign : ISD::ZEXTLOAD, ISD::NON_EXTLOAD or ISD::EXTLOAD and the
234 // Float : ISD::NON_EXTLOAD or ISD::EXTLOAD and the type is float
239 if ((LD->getExtensionType() == ISD::SEXTLOAD))
457 // Sign : ISD::SEXTLOAD
458 // Unsign : ISD::ZEXTLOAD, ISD::NON_EXTLOAD or ISD::EXTLOAD and the
460 // Float : ISD::NON_EXTLOAD or ISD::EXTLOAD and the type is float
468 if (ExtensionType == ISD::SEXTLOAD)
2314 if (N.getOpcode() == ISD::TargetGlobalAddress ||
2315 N.getOpcode() == ISD::TargetExternalSymbol) {
2323 if (N.getOpcode() == ISD::INTRINSIC_WO_CHAIN) {
2335 if (Addr.getOpcode() == ISD::ADD) {
2367 if (Addr.getOpcode() == ISD::TargetExternalSymbol ||
2368 Addr.getOpcode() == ISD::TargetGlobalAddress)
2371 if (Addr.getOpcode() == ISD::ADD) {
2451 if (!(N.getOpcode() == ISD::UNDEF) && !(N.getOpcode() == ISD::Constant))
2454 if (N.getOpcode() == ISD::UNDEF)