Home
last modified time | relevance | path

Searched refs:getGlobalValue (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.h53 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
HDSystemZAsmPrinter.cpp288 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsFastISel.cpp71 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon437306f10111::MipsFastISel::Address
528 if (!Addr.getGlobalValue()) { in computeCallAddress()
1301 if (!Addr.getGlobalValue()) in fastLowerCall()
1309 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp102 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon7813cc510111::AArch64FastISel::Address
900 if (!Addr.getGlobalValue()) { in computeCallAddress()
3141 else if (Addr.getGlobalValue()) in fastLowerCall()
3142 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3162 } else if (Addr.getGlobalValue()) in fastLowerCall()
3163 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()