Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
DSystemZAsmPrinter.cpp786 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFastISel.cpp132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon5edf731e0111::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()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp1856 assert(Equiv->getGlobalValue() == GV && in get()
1868 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1873 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1897 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
1914 assert(NC->getGlobalValue() == GV && in get()
1926 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl()
1931 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl()
1940 getContext().pImpl->NoCFIValues.erase(getGlobalValue()); in handleOperandChangeImpl()
DAsmWriter.cpp1468 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal()
1474 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp108 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anonfd0baf280111::WebAssemblyFastISel::Address
237 if (Addr.getGlobalValue()) in computeAddress()
405 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstants.h940 GlobalValue *getGlobalValue() const {
975 GlobalValue *getGlobalValue() const {
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp412 return cmpGlobalValues(LEquiv->getGlobalValue(), REquiv->getGlobalValue()); in cmpConstants()
DValueMapper.cpp443 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
457 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp144 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon8e1de63e0111::AArch64FastISel::Address
974 if (!Addr.getGlobalValue()) { in computeCallAddress()
3224 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall()
3225 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall()
3245 else if (Addr.getGlobalValue()) in fastLowerCall()
3246 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3266 } else if (Addr.getGlobalValue()) in fastLowerCall()
3267 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2737 Record.push_back(VE.getTypeID(Equiv->getGlobalValue()->getType())); in writeConstants()
2738 Record.push_back(VE.getValueID(Equiv->getGlobalValue())); in writeConstants()
2741 Record.push_back(VE.getTypeID(NC->getGlobalValue()->getType())); in writeConstants()
2742 Record.push_back(VE.getValueID(NC->getGlobalValue())); in writeConstants()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1149 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DConstantFolding.cpp311 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2898 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1683 return getValue(Equiv->getGlobalValue()); in getValueImpl()
1686 return getValue(NC->getGlobalValue()); in getValueImpl()