Searched refs:getGlobal (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal());
82 MCOp = lowerSymbolOperand(MO, Printer.getSymbol(MO.getGlobal()));
H A DAVRAsmPrinter.cpp72 O << getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal());
H A DBPFAsmPrinter.cpp90 O << *getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp87 auto *F = dyn_cast<Function>(MO.getGlobal());
H A DRegUsageInfoPropagate.cpp92 return dyn_cast<const Function>(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h54 Block *getGlobal(unsigned Idx) { function in class:clang::interp::Program
60 llvm::Optional<unsigned> getGlobal(const ValueDecl *VD);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp76 llvm::StringRef Sym = G->getGlobal()->getName();
77 Function *F = G->getGlobal()->getParent()->getFunction(Sym);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp44 Symbol = AP.getSymbol(MO.getGlobal());
H A DLeonPasses.cpp90 StringRef FuncName = MO.getGlobal()->getName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp58 return LowerSymbolOperand(MI, MO, AP.getSymbol(MO.getGlobal()), AP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp68 const auto *F = dyn_cast<Function>(MO.getGlobal());
H A DWebAssemblyISelDAGToDAG.cpp141 if (GA->getGlobal()->getThreadLocalMode() !=
146 GA->getGlobal()->getName(),
152 GA->getGlobal(), DL, PtrVT, GA->getOffset(), 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp180 const GlobalValue *GV = MO.getGlobal();
437 const GlobalValue *GValue = CalleeMO.getGlobal();
489 const GlobalValue *GValue = MO.getGlobal();
505 return AP.getSymbol(MO.getGlobal());
818 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal());
855 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
885 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
900 const GlobalValue *GValue = MO.getGlobal();
919 const GlobalValue *GValue = MO.getGlobal();
979 const GlobalValue *GValue = MO.getGlobal();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp34 return Printer.getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp37 return Printer.getSymbol(MO.getGlobal());
H A DMSP430AsmPrinter.cpp72 getSymbol(MO.getGlobal())->print(O, MAI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp40 Symbol = Printer.getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp111 MCOp = lowerSymbolOperand(MO, AP.getSymbol(MO.getGlobal()), AP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp47 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp42 Symbol = Printer.getSymbol(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp91 auto *CalleeFn = dyn_cast<Function>(MOp.getGlobal());
H A DX86OptimizeLEAs.cpp158 Hash = hash_combine(Hash, Val.Disp->getGlobal());
224 MO1.getGlobal() == MO2.getGlobal()) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp41 if (A->getGlobal() == B->getGlobal()) {

Completed in 138 milliseconds

12345