/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
D | SystemZAsmPrinter.cpp | 693 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 51 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
D | SystemZAsmPrinter.cpp | 693 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 52 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
|
D | SystemZAsmPrinter.cpp | 488 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 90 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon41afb30e0111::WebAssemblyFastISel::Address 203 if (Addr.getGlobalValue()) in computeAddress() 344 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon616bdba60111::MipsFastISel::Address 588 if (!Addr.getGlobalValue()) { in computeCallAddress() 1551 if (!Addr.getGlobalValue()) in fastLowerCall() 1559 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall() 1582 Addr.getGlobalValue()->getName()), MipsII::MO_JALR); in fastLowerCall()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 132 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon7b0266920111::MipsFastISel::Address 588 if (!Addr.getGlobalValue()) { in computeCallAddress() 1549 if (!Addr.getGlobalValue()) in fastLowerCall() 1557 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall() 1580 Addr.getGlobalValue()->getName()), MipsII::MO_JALR); in fastLowerCall()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 105 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon76399d9c0111::WebAssemblyFastISel::Address 235 if (Addr.getGlobalValue()) in computeAddress() 403 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 100 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon472065b00111::WebAssemblyFastISel::Address 234 if (Addr.getGlobalValue()) in computeAddress() 402 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 84 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon9bd1fc840111::MipsFastISel::Address 546 if (!Addr.getGlobalValue()) { in computeCallAddress() 1311 if (!Addr.getGlobalValue()) in fastLowerCall() 1319 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 143 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anond74894c60111::AArch64FastISel::Address 969 if (!Addr.getGlobalValue()) { in computeCallAddress() 3259 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall() 3260 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall() 3279 else if (Addr.getGlobalValue()) in fastLowerCall() 3280 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall() 3300 } else if (Addr.getGlobalValue()) in fastLowerCall() 3301 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 143 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon24cea0b20111::AArch64FastISel::Address 967 if (!Addr.getGlobalValue()) { in computeCallAddress() 3257 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall() 3258 Addr.getGlobalValue()->hasExternalWeakLinkage()) in fastLowerCall() 3278 else if (Addr.getGlobalValue()) in fastLowerCall() 3279 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall() 3299 } else if (Addr.getGlobalValue()) in fastLowerCall() 3300 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 101 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anoncec764240111::AArch64FastISel::Address 895 if (!Addr.getGlobalValue()) { in computeCallAddress() 3132 else if (Addr.getGlobalValue()) in fastLowerCall() 3133 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall() 3153 } else if (Addr.getGlobalValue()) in fastLowerCall() 3154 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 1836 assert(Equiv->getGlobalValue() == GV && in get() 1848 const GlobalValue *GV = getGlobalValue(); in destroyConstantImpl() 1853 assert(From == getGlobalValue() && "Changing value does not match operand."); in handleOperandChangeImpl() 1877 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
|
D | AsmWriter.cpp | 1460 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), &TypePrinter, Machine, in WriteConstantInternal()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constants.h | 911 GlobalValue *getGlobalValue() const {
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1019 const auto *GV = Equiv->getGlobalValue(); in lowerDSOLocalEquivalent()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 313 GV = FoundDSOEquiv->getGlobalValue(); in IsConstantOffsetFromGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1518 return getValue(Equiv->getGlobalValue()); in getValueImpl()
|