Searched refs:getGlobalValue (Results 1 – 4 of 4) sorted by relevance
53 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
222 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
69 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon9bd1fc840111::MipsFastISel::Address1158 unsigned DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
101 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anoncec764240111::AArch64FastISel::Address895 if (!Addr.getGlobalValue()) { in computeCallAddress()3127 else if (Addr.getGlobalValue()) in fastLowerCall()3128 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()3148 } else if (Addr.getGlobalValue()) in fastLowerCall()3149 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()