Home
last modified time | relevance | path

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

12345678910>>...13

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDisplayManagerTest.java9 import static org.robolectric.shadows.ShadowDisplayManagerTest.HideFromJB.getGlobal;
53 DisplayInfo displayInfo = getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY); in getDisplayInfo_shouldReturnCopy()
56 assertThat(getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY).appWidth) in getDisplayInfo_shouldReturnCopy()
63 assertThat(getGlobal().getDisplayInfo(3)).isEqualTo(null); in forNonexistentDisplay_getDisplayInfo_shouldReturnNull()
93 DisplayInfo di = getGlobal().getDisplayInfo(displayId); in addDisplay()
153 Display display = getGlobal().getRealDisplay(displayId); in changeAndRemoveDisplay_shouldNotifyListeners()
174 Display display = getGlobal().getRealDisplay(displayId); in changeDisplay_shouldAllowPartialChanges()
230 public static DisplayManagerGlobal getGlobal() { in getGlobal() method in ShadowDisplayManagerTest.HideFromJB
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp196 const GlobalValue *GV = MO.getGlobal(); in printOperand()
420 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()
465 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
579 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
623 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
658 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
707 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
737 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
760 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
779 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
[all …]
DPPCMCInstLower.cpp56 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
73 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
74 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
/external/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()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp31 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
101 MO.getGlobal()->getValueType()->isFunctionTy()); in Lower()
/external/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 …]
/external/llvm-project/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()
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp205 const GlobalValue *GV = MO.getGlobal(); in PrintSymbolOperand()
462 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()
522 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
538 return AP.getSymbol(MO.getGlobal()); in getMCSymbolForTOCPseudoMO()
884 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in emitInstruction()
921 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
951 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
966 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
985 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1045 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
[all …]
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp64 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
65 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp76 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
77 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
/external/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()
/external/llvm-project/clang/lib/AST/Interp/
DProgram.h54 Block *getGlobal(unsigned Idx) { in getGlobal() function
60 llvm::Optional<unsigned> getGlobal(const ValueDecl *VD);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp87 auto *F = dyn_cast<Function>(MO.getGlobal()); in runOnMachineFunction()
/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp29 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/external/llvm-project/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp87 auto *F = dyn_cast<Function>(MO.getGlobal()); in runOnMachineFunction()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp68 const auto *F = dyn_cast<Function>(MO.getGlobal()); in mayThrow()
/external/llvm/lib/CodeGen/
DRegUsageInfoPropagate.cpp118 UpdateRegMask(cast<Function>(Operand.getGlobal())); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp41 if (A->getGlobal() == B->getGlobal()) { in equalBaseIndex()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp42 if (A->getGlobal() == B->getGlobal()) { in equalBaseIndex()

12345678910>>...13