| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
| H A D | SystemZAsmPrinter.cpp | 719 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon6a0cfeed0111::MipsFastISel::Address 587 if (!Addr.getGlobalValue()) { in computeCallAddress() 1548 if (!Addr.getGlobalValue()) in fastLowerCall() 1556 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall() 1579 Addr.getGlobalValue()->getName()), MipsII::MO_JALR); in fastLowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 107 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon625239370111::WebAssemblyFastISel::Address 233 if (Addr.getGlobalValue()) in computeAddress() 401 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 143 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anona45ed14d0111::AArch64FastISel::Address 950 if (!Addr.getGlobalValue()) { in computeCallAddress() 3188 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall() 3189 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall() 3209 else if (Addr.getGlobalValue()) in fastLowerCall() 3210 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall() 3230 } else if (Addr.getGlobalValue()) in fastLowerCall() 3231 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1900 assert(Equiv->getGlobalValue() == GV && in get() 1912 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl() 1917 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl() 1941 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
|
| H A D | AsmWriter.cpp | 1467 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), &TypePrinter, Machine, in WriteConstantInternal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 908 GlobalValue *getGlobalValue() const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 439 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1080 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2646 Record.push_back(VE.getTypeID(Equiv->getGlobalValue()->getType())); in writeConstants() 2647 Record.push_back(VE.getValueID(Equiv->getGlobalValue())); in writeConstants()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 314 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1606 return getValue(Equiv->getGlobalValue()); in getValueImpl()
|