| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
| H A D | SystemZAsmPrinter.cpp | 780 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 132 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 D | Constants.cpp | 1826 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 D | AsmWriter.cpp | 1450 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 D | WebAssemblyFastISel.cpp | 108 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 D | Constants.h | 914 GlobalValue *getGlobalValue() const { 949 GlobalValue *getGlobalValue() const {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 444 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 D | AArch64FastISel.cpp | 144 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 D | BitcodeWriter.cpp | 2689 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 D | TargetLoweringObjectFileImpl.cpp | 1115 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 311 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2723 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1622 return getValue(Equiv->getGlobalValue()); in getValueImpl() 1625 return getValue(NC->getGlobalValue()); in getValueImpl()
|