Lines Matching refs:OpFlags
3005 unsigned char OpFlags = 0; in LowerCall() local
3016 OpFlags = X86II::MO_PLT; in LowerCall()
3024 OpFlags = X86II::MO_DARWIN_STUB; in LowerCall()
3030 OpFlags = X86II::MO_GOTPCREL; in LowerCall()
3036 G->getOffset(), OpFlags); in LowerCall()
3048 unsigned char OpFlags = 0; in LowerCall() local
3054 OpFlags = X86II::MO_PLT; in LowerCall()
3061 OpFlags = X86II::MO_DARWIN_STUB; in LowerCall()
3065 OpFlags); in LowerCall()
10974 unsigned char OpFlags = in LowerBlockAddress() local
10981 OpFlags); in LowerBlockAddress()
10990 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
11004 unsigned char OpFlags = in LowerGlobalAddress() local
11008 if (OpFlags == X86II::MO_NO_FLAG && in LowerGlobalAddress()
11014 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags); in LowerGlobalAddress()
11024 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
11032 if (isGlobalStubReference(OpFlags)) in LowerGlobalAddress()