Lines Matching defs:OpFlags
18853 const GlobalValue *GV, const unsigned char OpFlags) const {
18858 // The following OpFlags under RIP-rel PIC use RIP.
18860 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB ||
18861 OpFlags == X86II::MO_DLLIMPORT))
18865 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX)
18931 unsigned char OpFlags =
18937 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags);
18939 DAG.getNode(getGlobalWrapperKind(nullptr, OpFlags), dl, PtrVT, Result);
18942 if (isGlobalRelativeToPICBase(OpFlags)) {
18969 unsigned char OpFlags;
18971 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
18973 OpFlags = Subtarget.classifyGlobalReference(GV, Mod);
18974 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags);
18975 bool NeedsLoad = isGlobalStubReference(OpFlags);
18988 if (OpFlags == X86II::MO_NO_FLAG && Offset >= 0 &&
18992 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags);
18995 Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags);
19003 Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result);
26880 return DAG.getNode(getGlobalWrapperKind(nullptr, /*OpFlags=*/0), dl, VT,