Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp139 if (GA->getGlobal()->getThreadLocalMode() != in Select()
144 GA->getGlobal()->getName(), in Select()
153 GA->getGlobal(), DL, PtrVT, GA->getOffset(), 0); in Select()
DWebAssemblyUtilities.cpp68 const auto *F = dyn_cast<Function>(MO.getGlobal()); in mayThrow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp55 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
72 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
73 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
DPPCAsmPrinter.cpp178 const GlobalValue *GV = MO.getGlobal(); in PrintSymbolOperand()
455 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()
507 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
522 return getSymbol(MO.getGlobal()); in getMCSymbolForTOCPseudoMO()
842 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in EmitInstruction()
881 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in EmitInstruction()
911 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in EmitInstruction()
926 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
945 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
1005 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand()
82 MCOp = lowerSymbolOperand(MO, Printer.getSymbol(MO.getGlobal())); in lowerInstruction()
DAVRAsmPrinter.cpp72 O << getSymbol(MO.getGlobal()); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp76 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
77 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp87 auto *F = dyn_cast<Function>(MO.getGlobal()); in runOnMachineFunction()
DRegUsageInfoPropagate.cpp92 return dyn_cast<const Function>(MO.getGlobal()); in findCalledFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
DBPFAsmPrinter.cpp90 O << *getSymbol(MO.getGlobal()); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp41 if (A->getGlobal() == B->getGlobal()) { in equalBaseIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
DLeonPasses.cpp90 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp90 auto *CalleeFn = dyn_cast<Function>(MOp.getGlobal()); in IsCallReturnTwice()
DX86OptimizeLEAs.cpp158 Hash = hash_combine(Hash, Val.Disp->getGlobal()); in getHashValue()
224 MO1.getGlobal() == MO2.getGlobal()) || in isSimilarDispOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCMCInstLower.cpp40 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp42 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp673 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII()
681 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII()
770 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR()
819 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp38 const GlobalValue *GV = MO.getGlobal(); in GetGlobalAddressSymbol()
123 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp37 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp34 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp111 MCOp = lowerSymbolOperand(MO, AP.getSymbol(MO.getGlobal()), AP); in LowerRISCVMachineOperandToMCOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp293 GlobalObject *getGlobal() const { in getGlobal() function in __anon567771ad0111::GlobalTypeMember
830 auto *GV = cast<GlobalVariable>(G->getGlobal()); in buildBitSetsFromGlobalVariables()
871 GlobalVariable *GV = cast<GlobalVariable>(Globals[I]->getGlobal()); in buildBitSetsFromGlobalVariables()
1346 Function *F = cast<Function>(GTM->getGlobal()); in selectJumpTableArmEncoding()
1364 cast<Function>(Functions[I]->getGlobal())); in createJumpTable()
1508 Function *F = cast<Function>(Functions[I]->getGlobal()); in buildBitSetsFromFunctionsNative()
1568 Function *F = cast<Function>(GTM->getGlobal()); in buildBitSetsFromFunctionsWASM()
1636 Globals.empty() || isa<GlobalVariable>(Globals[0]->getGlobal()); in buildBitSetsFromDisjointSet()
1641 if (IsGlobalSet != isa<GlobalVariable>(Globals[Offset]->getGlobal())) in buildBitSetsFromDisjointSet()

12345