Home
last modified time | relevance | path

Searched refs:getGlobal (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp248 const GlobalValue *GV = MO.getGlobal(); in PrintSymbolOperand()
507 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()
594 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
610 return AP.getSymbol(MO.getGlobal()); in getMCSymbolForTOCPseudoMO()
1001 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in emitInstruction()
1037 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
1068 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
1083 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1102 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1162 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand()
82 MCOp = lowerSymbolOperand(MO, Printer.getSymbol(MO.getGlobal())); in lowerInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.cpp76 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
77 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp45 return AsmPrinter.getSymbolPreferLocal(*MO.getGlobal()); in GetSymbolFromOperand()
57 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h54 Block *getGlobal(unsigned Idx) { in getGlobal() function
60 llvm::Optional<unsigned> getGlobal(const ValueDecl *VD);
H A DProgram.cpp87 llvm::Optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal() function in Program
112 if (auto Idx = getGlobal(VD)) in getOrCreateGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp42 if (A->getGlobal() == B->getGlobal()) { in equalBaseIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp87 auto *F = dyn_cast<Function>(MO.getGlobal()); in runOnMachineFunction()
H A DRegUsageInfoPropagate.cpp92 return dyn_cast<const Function>(MO.getGlobal()); in findCalledFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp121 auto *GV = GlobalOp.getGlobal(); in matchFoldGlobalOffset()
211 auto *GV = GlobalOp.getGlobal(); in applyFoldGlobalOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp158 Hash = hash_combine(Hash, Val.Disp->getGlobal()); in getHashValue()
224 MO1.getGlobal() == MO2.getGlobal()) || in isSimilarDispOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
H A DLeonPasses.cpp89 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp679 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII()
687 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII()
776 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR()
825 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
H A DHexagonOptAddrMode.cpp511 const GlobalValue *GV = ImmOp.getGlobal(); in changeLoad()
569 const GlobalValue *GV = ImmOp.getGlobal(); in changeStore()
645 const GlobalValue *GV = ImmOp.getGlobal(); in changeAddAsl()
652 const GlobalValue *GV = ImmOp.getGlobal(); in changeAddAsl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp63 return LowerSymbolOperand(MI, MO, AP.getSymbol(MO.getGlobal()), AP); in LowerOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp38 const GlobalValue *GV = MO.getGlobal(); in GetGlobalAddressSymbol()
123 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp293 GlobalObject *getGlobal() const { in getGlobal() function in __anon008eecce0111::GlobalTypeMember
839 auto *GV = cast<GlobalVariable>(G->getGlobal()); in buildBitSetsFromGlobalVariables()
879 GlobalVariable *GV = cast<GlobalVariable>(Globals[I]->getGlobal()); in buildBitSetsFromGlobalVariables()
1372 Function *F = cast<Function>(GTM->getGlobal()); in selectJumpTableArmEncoding()
1390 cast<Function>(Functions[I]->getGlobal())); in createJumpTable()
1538 Function *F = cast<Function>(Functions[I]->getGlobal()); in buildBitSetsFromFunctionsNative()
1598 Function *F = cast<Function>(GTM->getGlobal()); in buildBitSetsFromFunctionsWASM()
1666 Globals.empty() || isa<GlobalVariable>(Globals[0]->getGlobal()); in buildBitSetsFromDisjointSet()
1671 if (IsGlobalSet != isa<GlobalVariable>(Globals[Offset]->getGlobal())) in buildBitSetsFromDisjointSet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp68 const auto *F = dyn_cast<Function>(MO.getGlobal()); in mayThrow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp40 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp42 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp34 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp37 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()

123456