Searched refs:getGlobalValue (Results 1 – 4 of 4) sorted by relevance
52 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
288 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
71 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anona79fda500111::MipsFastISel::Address532 if (!Addr.getGlobalValue()) { in computeCallAddress()1298 if (!Addr.getGlobalValue()) in fastLowerCall()1306 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
102 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon1e2f6af00111::AArch64FastISel::Address900 if (!Addr.getGlobalValue()) { in computeCallAddress()3103 else if (Addr.getGlobalValue()) in fastLowerCall()3104 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()3124 } else if (Addr.getGlobalValue()) in fastLowerCall()3125 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()