Lines Matching refs:OpFlags
3988 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() local
3991 GV, dl, getPointerTy(DAG.getDataLayout()), G->getOffset(), OpFlags); in LowerCall()
3993 if (OpFlags == X86II::MO_GOTPCREL) { in LowerCall()
4005 unsigned char OpFlags = in LowerCall() local
4009 S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags); in LowerCall()
4011 if (OpFlags == X86II::MO_GOTPCREL) { in LowerCall()
16734 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind()
16745 if (OpFlags == X86II::MO_GOTPCREL) in getGlobalWrapperKind()
16835 unsigned char OpFlags = in LowerBlockAddress() local
16841 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress()
16845 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
16858 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress() local
16862 if (OpFlags == X86II::MO_NO_FLAG && in LowerGlobalAddress()
16868 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, OpFlags); in LowerGlobalAddress()
16871 Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result); in LowerGlobalAddress()
16874 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
16881 if (isGlobalStubReference(OpFlags)) in LowerGlobalAddress()