Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h49 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
H A DSystemZAsmPrinter.cpp185 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp57 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon600bff550111::MipsFastISel::Address
956 unsigned DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp101 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon23467fb50111::AArch64FastISel::Address
894 if (!Addr.getGlobalValue()) { in computeCallAddress()
3120 else if (Addr.getGlobalValue()) in fastLowerCall()
3121 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3141 } else if (Addr.getGlobalValue()) in fastLowerCall()
3142 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()