Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:GlobalAddress

551   // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
1307 // Custom legalize GlobalAddress nodes into CONST32.
1308 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
1309 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom);
1559 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG);