Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:GlobalAddress

381   case ISD::GlobalAddress:
1097 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
3485 if (Src.getOpcode() == ISD::GlobalAddress)
3488 Src.getOperand(0).getOpcode() == ISD::GlobalAddress &&
6233 // If this is a GlobalAddress + cst, return the alignment.
6271 // getAddressSpace - Return the address space this GlobalAddress belongs to.