Lines Matching refs:OpFlags
3311 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV);
3314 GV, dl, getPointerTy(DAG.getDataLayout()), G->getOffset(), OpFlags);
3316 if (OpFlags == X86II::MO_GOTPCREL) {
3329 unsigned char OpFlags =
3333 S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags);
12905 unsigned char OpFlags =
12912 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags);
12921 if (isGlobalRelativeToPICBase(OpFlags)) {
12934 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV);
12938 if (OpFlags == X86II::MO_NO_FLAG &&
12944 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, OpFlags);
12954 if (isGlobalRelativeToPICBase(OpFlags)) {
12961 if (isGlobalStubReference(OpFlags))