reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
287 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); 288 GA = getGlobalAddressWrapper(GA, GV, DAG); 291 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, DL, MVT::i32); 292 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining); 297 Type *Ty = Type::getInt8PtrTy(*DAG.getContext()); 299 Ty = Type::getInt32Ty(*DAG.getContext()); 302 Type::getInt8Ty(*DAG.getContext()), GA, Idx); 303 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); 304 return DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, 304 return DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, 305 DAG.getEntryNode(), CP, MachinePointerInfo());