/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 458 MaxVal ? ObjectSizeOpts::Mode::Max : ObjectSizeOpts::Mode::Min; 460 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; 720 if (Options.EvalMode == ObjectSizeOpts::Mode::Min) { 725 if (Options.EvalMode == ObjectSizeOpts::Mode::Max) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 201 SetType &getOrCreate(unsigned Mode) { 202 if (hasMode(Mode)) 203 return get(Mode); 204 return Map.insert({Mode,SetType()}).first->second; 274 /// Reduce the set \p Out to have at most one element for each mode. 348 unsigned ForceMode; // Mode to use when set. 662 bool setDefaultMode(unsigned Mode); [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 284 explicit constexpr Immediate(int32_t value, RelocInfo::Mode rmode) 293 const RelocInfo::Mode rmode_ = RelocInfo::NONE; 426 bool TryRecordEntry(intptr_t data, RelocInfo::Mode mode); 527 RelocInfo::Mode mode = RelocInfo::INTERNAL_REFERENCE); 680 // Loads a pointer into a register with a relocation mode. 681 void movp(Register dst, Address ptr, RelocInfo::Mode rmode); 694 RelocInfo::Mode rmode = RelocInfo::NONE); 696 RelocInfo::Mode rmode = RelocInfo::NONE) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationActivity.java | 231 * Sets the display mode of the {@link Presentation} on the specified display 298 * Called when a display mode has been selected. 303 final Display.Mode[] modes = display.getSupportedModes(); 309 * Called when a display mode has been unselected. 408 Display.Mode[] modes = display.getSupportedModes(); 420 modeAdapter.add("<default mode>"); 422 for (Display.Mode mode : modes) { 423 modeAdapter.add(String.format("Mode %d: %dx%d/%.1ffps", 424 mode.getModeId() [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
Variable.c | 891 Update the Text Mode of Console.
895 @retval EFI_SUCCSS If the Text Mode of Console is updated.
896 @return Other value if the Text Mode of Console is not updated.
905 UINTN Mode;
908 Mode = CallbackData->BmmFakeNvData.ConsoleOutMode;
910 Status = gST->ConOut->QueryMode (gST->ConOut, Mode, &(ModeInfo.Column), &(ModeInfo.Row));
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Ls.c | 127 gST->ConOut->Mode->CursorRow,
173 gST->ConOut->Mode->CursorRow,
281 gST->ConOut->Mode->CursorRow,
|
/external/clang/lib/Sema/ |
SemaAttr.cpp | 204 MSVtorDispAttr::Mode Mode) { 208 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { 547 if (mode == RdOnly) { 551 } else if (mode == WrOnly) { 748 stack_frame.AddrPC.Mode = AddrModeFlat; 749 stack_frame.AddrFrame.Mode = AddrModeFlat; 750 stack_frame.AddrStack.Mode = AddrModeFlat;
|
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 550 /// to mod\ref (according to the mode) the location Loc. 556 const ModRefInfo Mode); 561 const ModRefInfo Mode) { 562 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode); [all...] |
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 109 TargetSubtargetInfo::AntiDepBreakMode &Mode, 269 TargetSubtargetInfo::AntiDepBreakMode &Mode, 271 Mode = ST.getAntiDepBreakMode();
|
/external/llvm/lib/Target/AArch64/ |
AArch64AsmPrinter.cpp | 93 bool printAsmMRegister(const MachineOperand &MO, char Mode, raw_ostream &O); 207 bool AArch64AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, 210 switch (Mode) { 212 return true; // Unknown mode.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 109 TargetSubtargetInfo::AntiDepBreakMode &Mode, 269 TargetSubtargetInfo::AntiDepBreakMode &Mode, 271 Mode = ST.getAntiDepBreakMode();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
TypeIndexDiscovery.cpp | 35 PointerMode Mode = getPointerMode(Attrs); 36 return Mode == PointerMode::PointerToDataMember || 37 Mode == PointerMode::PointerToMemberFunction;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
AArch64AsmPrinter.cpp | 113 bool printAsmMRegister(const MachineOperand &MO, char Mode, raw_ostream &O); 285 bool AArch64AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, 288 switch (Mode) { 290 return true; // Unknown mode.
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 189 RelocInfo::Mode mode = rmode(); local 190 if (mode == RelocInfo::EMBEDDED_OBJECT) { 192 } else if (RelocInfo::IsCodeTargetMode(mode)) { 194 } else if (mode == RelocInfo::EXTERNAL_REFERENCE) { 196 } else if (mode == RelocInfo::INTERNAL_REFERENCE) { 198 } else if (RelocInfo::IsRuntimeEntry(mode)) { 200 } else if (RelocInfo::IsOffHeapTarget(mode)) { 205 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) : rmode_(rmode) { 309 Address pc, Address target, RelocInfo::Mode mode) [all...] |
/build/soong/androidmk/parser/ |
parser.go | 82 p.scanner.Mode = scanner.ScanIdents 277 p.scanner.Mode = 0 279 p.scanner.Mode = scanner.ScanIdents
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/ |
ExceptionSupport.asm | 98 ; We are already in SVC mode
99 stmfd SP!,{LR} ; Store the link register for the current mode
111 stmfd SP!,{LR} ; Store the link register for the current mode
121 ; We are already in SVC mode
122 stmfd SP!,{LR} ; Store the link register for the current mode
134 stmfd SP!,{LR} ; Store the link register for the current mode
146 stmfd SP!,{LR} ; Store the link register for the current mode
157 stmfd SP!,{LR} ; Store the link register for the current mode
169 stmfd SP!,{LR} ; Store the link register for the current mode
181 stmfd SP!,{LR} ; Store the link register for the current mode
[all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/ |
DebugAgentException.asm | 76 ; We are already in SVC mode
77 stmfd SP!,{LR} ; Store the link register for the current mode
89 stmfd SP!,{LR} ; Store the link register for the current mode
100 ; We are already in SVC mode
101 stmfd SP!,{LR} ; Store the link register for the current mode
113 stmfd SP!,{LR} ; Store the link register for the current mode
125 stmfd SP!,{LR} ; Store the link register for the current mode
136 stmfd SP!,{LR} ; Store the link register for the current mode
148 stmfd SP!,{LR} ; Store the link register for the current mode
160 stmfd SP!,{LR} ; Store the link register for the current mode
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/ |
ExceptionSupport.ARMv6.asm | 99 stmfd SP!,{LR} ; Store the link register for the current mode
110 cpsid f ; We are already in SVC mode
111 stmfd SP!,{LR} ; Store the link register for the current mode
123 stmfd SP!,{LR} ; Store the link register for the current mode
135 stmfd SP!,{LR} ; Store the link register for the current mode
146 stmfd SP!,{LR} ; Store the link register for the current mode
158 stmfd SP!,{LR} ; Store the link register for the current mode
196 and R3, R1, #0x1f ; Check CPSR to see if User or System Mode
210 tst r1, #0x20 ; if ((CPSR & T)) == T) { // Thumb Mode on entry
243 and R1, R1, #0x1f ; Check to see if User or System Mode
[all...] |
ExceptionSupport.ARMv6.S | 98 stmfd SP!,{LR} @ Store the link register for the current mode
109 cpsid f @ We are already in SVC mode
110 stmfd SP!,{LR} @ Store the link register for the current mode
122 stmfd SP!,{LR} @ Store the link register for the current mode
134 stmfd SP!,{LR} @ Store the link register for the current mode
145 stmfd SP!,{LR} @ Store the link register for the current mode
157 stmfd SP!,{LR} @ Store the link register for the current mode
198 and R3, R1, #0x1f @ Check CPSR to see if User or System Mode
212 tst r1, #0x20 @ if ((CPSR & T)) == T) { // Thumb Mode on entry
245 and R1, R1, #0x1f @ Check to see if User or System Mode
[all...] |
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
IntentBuilderView.java | 70 * Constructs a new IntentBuilderView, in the specified mode. 73 * @param mode The mode to launch in (if null, default mode turns suggestions off). Passing 74 * {@link BaseActivity.Mode} will turn on suggestions 77 public IntentBuilderView(@NonNull Context context, BaseActivity.Mode mode) { 89 mVerifyMode = mode != null && mode == BaseActivity.Mode.VERIFY [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/ |
QuietBoot.c | 348 SizeOfX = GraphicsOutput->Mode->Info->HorizontalResolution;
349 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution;
665 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/ |
QuietBoot.c | 348 SizeOfX = GraphicsOutput->Mode->Info->HorizontalResolution;
349 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution;
665 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Graphics.c | 493 SizeOfX = GraphicsOutput->Mode->Info->HorizontalResolution;
494 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution;
671 EFI_SUCCESS - GOP/UGA devices are back in text mode and synced up.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
Graphics.c | 492 SizeOfX = GraphicsOutput->Mode->Info->HorizontalResolution;
493 SizeOfY = GraphicsOutput->Mode->Info->VerticalResolution;
670 EFI_SUCCESS - GOP/UGA devices are back in text mode and synced up.
|