Lines Matching defs:OpFlags
18484 const GlobalValue *GV, const unsigned char OpFlags) const {
18489 // The following OpFlags under RIP-rel PIC use RIP.
18491 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB ||
18492 OpFlags == X86II::MO_DLLIMPORT))
18496 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX)
18562 unsigned char OpFlags =
18568 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags);
18570 DAG.getNode(getGlobalWrapperKind(nullptr, OpFlags), dl, PtrVT, Result);
18573 if (isGlobalRelativeToPICBase(OpFlags)) {
18600 unsigned char OpFlags;
18602 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
18604 OpFlags = Subtarget.classifyGlobalReference(GV, Mod);
18605 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags);
18606 bool NeedsLoad = isGlobalStubReference(OpFlags);
18619 if (OpFlags == X86II::MO_NO_FLAG && Offset >= 0 &&
18623 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags);
18626 Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags);
18634 Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result);
26351 return DAG.getNode(getGlobalWrapperKind(nullptr, /*OpFlags=*/0), dl, VT,