Lines Matching refs:OpFlags
20180 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind()
20191 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX) in getGlobalWrapperKind()
20255 unsigned char OpFlags = in LowerBlockAddress() local
20261 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress()
20265 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
20292 unsigned char OpFlags; in LowerGlobalOrExternal() local
20294 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
20296 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
20297 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
20298 bool NeedsLoad = isGlobalStubReference(OpFlags); in LowerGlobalOrExternal()
20311 if (OpFlags == X86II::MO_NO_FLAG && Offset >= 0 && in LowerGlobalOrExternal()
20315 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags); in LowerGlobalOrExternal()
20318 Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags); in LowerGlobalOrExternal()
20326 Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result); in LowerGlobalOrExternal()