Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
H A DSystemZAsmPrinter.cpp719 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon6a0cfeed0111::MipsFastISel::Address
587 if (!Addr.getGlobalValue()) { in computeCallAddress()
1548 if (!Addr.getGlobalValue()) in fastLowerCall()
1556 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1579 Addr.getGlobalValue()->getName()), MipsII::MO_JALR); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp107 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon625239370111::WebAssemblyFastISel::Address
233 if (Addr.getGlobalValue()) in computeAddress()
401 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp143 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anona45ed14d0111::AArch64FastISel::Address
950 if (!Addr.getGlobalValue()) { in computeCallAddress()
3188 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall()
3189 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall()
3209 else if (Addr.getGlobalValue()) in fastLowerCall()
3210 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3230 } else if (Addr.getGlobalValue()) in fastLowerCall()
3231 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1900 assert(Equiv->getGlobalValue() == GV && in get()
1912 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1917 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1941 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
H A DAsmWriter.cpp1467 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), &TypePrinter, Machine, in WriteConstantInternal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h908 GlobalValue *getGlobalValue() const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp439 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1080 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2646 Record.push_back(VE.getTypeID(Equiv->getGlobalValue()->getType())); in writeConstants()
2647 Record.push_back(VE.getValueID(Equiv->getGlobalValue())); in writeConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp314 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1606 return getValue(Equiv->getGlobalValue()); in getValueImpl()