Lines Matching refs:OpFlags
18484 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind()
18491 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB || in getGlobalWrapperKind()
18492 OpFlags == X86II::MO_DLLIMPORT)) in getGlobalWrapperKind()
18496 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX) in getGlobalWrapperKind()
18562 unsigned char OpFlags = in LowerBlockAddress() local
18568 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress()
18570 DAG.getNode(getGlobalWrapperKind(nullptr, OpFlags), dl, PtrVT, Result); in LowerBlockAddress()
18573 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
18600 unsigned char OpFlags; in LowerGlobalOrExternal() local
18602 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
18604 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
18605 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
18606 bool NeedsLoad = isGlobalStubReference(OpFlags); in LowerGlobalOrExternal()
18619 if (OpFlags == X86II::MO_NO_FLAG && Offset >= 0 && in LowerGlobalOrExternal()
18623 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags); in LowerGlobalOrExternal()
18626 Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags); in LowerGlobalOrExternal()
18634 Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result); in LowerGlobalOrExternal()