| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZConstantPoolValue.h | 51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
| D | SystemZAsmPrinter.cpp | 786 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsFastISel.cpp | 132 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/ |
| D | Constants.cpp | 1856 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()
|
| D | AsmWriter.cpp | 1468 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal() 1474 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 108 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/ |
| D | Constants.h | 940 GlobalValue *getGlobalValue() const { 975 GlobalValue *getGlobalValue() const {
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | FunctionComparator.cpp | 412 return cmpGlobalValues(LEquiv->getGlobalValue(), REquiv->getGlobalValue()); in cmpConstants()
|
| D | ValueMapper.cpp | 443 auto *Val = mapValue(E->getGlobalValue()); in mapValue() 457 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 144 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/ |
| D | BitcodeWriter.cpp | 2737 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/ |
| D | TargetLoweringObjectFileImpl.cpp | 1149 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 311 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2898 return MCSymbolRefExpr::create(getSymbol(NC->getGlobalValue()), Ctx); in lowerConstant()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1683 return getValue(Equiv->getGlobalValue()); in getValueImpl() 1686 return getValue(NC->getGlobalValue()); in getValueImpl()
|