Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h53 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
DSystemZAsmPrinter.cpp222 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp69 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon9bd1fc840111::MipsFastISel::Address
1158 unsigned DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp101 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anoncec764240111::AArch64FastISel::Address
895 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()