Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h52 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
DSystemZAsmPrinter.cpp288 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp71 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anona79fda500111::MipsFastISel::Address
532 if (!Addr.getGlobalValue()) { in computeCallAddress()
1298 if (!Addr.getGlobalValue()) in fastLowerCall()
1306 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp102 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon1e2f6af00111::AArch64FastISel::Address
900 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()