Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
H A DSystemZAsmPrinter.cpp873 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1840 assert(Equiv->getGlobalValue() == GV && in get()
1852 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1857 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1881 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
1898 assert(NC->getGlobalValue() == GV && in get()
1910 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1915 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1924 getContext().pImpl->NoCFIValues.erase(getGlobalValue()); in handleOperandChangeImpl()
H A DAsmWriter.cpp1527 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal()
1533 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon8966b86a0111::MipsFastISel::Address
583 if (!Addr.getGlobalValue()) { in computeCallAddress()
1542 if (!Addr.getGlobalValue()) in fastLowerCall()
1550 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1573 Addr.getGlobalValue()->getName()), MipsII::MO_JALR); in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp108 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon419c49740111::WebAssemblyFastISel::Address
237 if (Addr.getGlobalValue()) in computeAddress()
405 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h939 GlobalValue *getGlobalValue() const {
974 GlobalValue *getGlobalValue() const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp485 return cmpGlobalValues(LEquiv->getGlobalValue(), REquiv->getGlobalValue()); in cmpConstants()
H A DValueMapper.cpp445 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
459 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp145 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon8e8ef48a0111::AArch64FastISel::Address
977 if (!Addr.getGlobalValue()) { in computeCallAddress()
3211 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall()
3212 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall()
3232 else if (Addr.getGlobalValue()) in fastLowerCall()
3233 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3253 } else if (Addr.getGlobalValue()) in fastLowerCall()
3254 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2780 Record.push_back(VE.getTypeID(Equiv->getGlobalValue()->getType())); in writeConstants()
2781 Record.push_back(VE.getValueID(Equiv->getGlobalValue())); in writeConstants()
2784 Record.push_back(VE.getTypeID(NC->getGlobalValue()->getType())); in writeConstants()
2785 Record.push_back(VE.getValueID(NC->getGlobalValue())); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1149 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp307 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3142 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1854 return getValue(Equiv->getGlobalValue()); in getValueImpl()
1857 return getValue(NC->getGlobalValue()); in getValueImpl()