Home | History | Annotate | Download | only in X86

Lines Matching refs:GlobalTLSAddress

460   setOperationAction(ISD::GlobalTLSAddress, MVT::i32  , Custom);
462 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
7246 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
7260 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
7268 // Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
10841 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);