Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
H A DSystemZAsmPrinter.cpp780 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon952252d20111::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()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1826 assert(Equiv->getGlobalValue() == GV && in get()
1838 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1843 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1867 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
1884 assert(NC->getGlobalValue() == GV && in get()
1896 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1901 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1910 getContext().pImpl->NoCFIValues.erase(getGlobalValue()); in handleOperandChangeImpl()
H A DAsmWriter.cpp1450 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal()
1456 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp108 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon05a1f9dc0111::WebAssemblyFastISel::Address
237 if (Addr.getGlobalValue()) in computeAddress()
405 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h914 GlobalValue *getGlobalValue() const {
949 GlobalValue *getGlobalValue() const {
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp444 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
458 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp144 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon08bebcf20111::AArch64FastISel::Address
950 if (!Addr.getGlobalValue()) { in computeCallAddress()
3195 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall()
3196 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall()
3216 else if (Addr.getGlobalValue()) in fastLowerCall()
3217 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3237 } else if (Addr.getGlobalValue()) in fastLowerCall()
3238 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2689 Record.push_back(VE.getTypeID(Equiv->getGlobalValue()->getType())); in writeConstants()
2690 Record.push_back(VE.getValueID(Equiv->getGlobalValue())); in writeConstants()
2693 Record.push_back(VE.getTypeID(NC->getGlobalValue()->getType())); in writeConstants()
2694 Record.push_back(VE.getValueID(NC->getGlobalValue())); in writeConstants()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1115 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp311 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2723 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1622 return getValue(Equiv->getGlobalValue()); in getValueImpl()
1625 return getValue(NC->getGlobalValue()); in getValueImpl()