Home
last modified time | relevance | path

Searched refs:SAVE (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dmubuf-legalize-operands.ll18 ; W64: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[AND]]
36 ; W32: s_and_saveexec_b32 [[SAVE:s[0-9]+]], [[AND]]
39 ; W32: s_xor_b32 exec_lo, exec_lo, [[SAVE]]
61 ; W64: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[AND]]
64 ; W64: s_xor_b64 exec, exec, [[SAVE]]
79 ; W64: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[AND]]
82 ; W64: s_xor_b64 exec, exec, [[SAVE]]
101 ; W32: s_and_saveexec_b32 [[SAVE:s[0-9]+]], [[AND]]
104 ; W32: s_xor_b32 exec_lo, exec_lo, [[SAVE]]
119 ; W32: s_and_saveexec_b32 [[SAVE:s[0-9]+]], [[AND]]
[all …]
Dimage-sample-waterfall.ll24 ; GCN-NEXT: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[AND]]
27 ; GCN-NEXT: s_xor_b64 exec, exec, [[SAVE]]
47 ; GCN-NEXT: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[AND]]
51 ; GCN-NEXT: s_xor_b64 exec, exec, [[SAVE]]
/external/iptables/iptables/
Diptables-apply32 SAVE=ip6tables-save
39 SAVE=iptables-save
187 COMMANDS=(mktemp "$SAVE" "$RESTORE" "$RUNCMD")
199 COMMANDS=(mktemp "$SAVE" "$RESTORE")
212 if ! "$SAVE" >"$TMPFILE"; then
270 if ! "$SAVE" >"$SAVEFILE"; then
/external/llvm-project/llvm/test/tools/llvm-ar/
Dmri-addlib.test10 # RUN: echo "SAVE" >> %t/addlib.mri
21 # RUN: echo "SAVE" >> %t/badlib.mri
29 # RUN: echo "SAVE" >> %t/nocreate.mri
Dmri-addmod.test8 # RUN: echo "SAVE" >> %t/addmod.mri
Dmri-nonascii.test13 RUN: echo "SAVE" >> %t/script.mri
/external/skqp/tests/
DMatrixClipCollapseTest.cpp424 *expected->append() = SAVE; in emit_body0()
445 *expected->append() = SAVE; in emit_body1()
451 *expected->append() = SAVE; in emit_body1()
473 *expected->append() = SAVE; in emit_body2()
480 *expected->append() = SAVE; in emit_body2()
511 *expected->append() = SAVE; in emit_body3()
519 *expected->append() = SAVE; in emit_body3()
525 *expected->append() = SAVE; in emit_body3()
/external/skia/tests/
DMatrixClipCollapseTest.cpp424 *expected->append() = SAVE; in emit_body0()
445 *expected->append() = SAVE; in emit_body1()
451 *expected->append() = SAVE; in emit_body1()
473 *expected->append() = SAVE; in emit_body2()
480 *expected->append() = SAVE; in emit_body2()
511 *expected->append() = SAVE; in emit_body3()
519 *expected->append() = SAVE; in emit_body3()
525 *expected->append() = SAVE; in emit_body3()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DImageFactory.java28 SAVE = getImage("floppy24.png"); in ImageFactory()
70 public ImageIcon SAVE ; field in ImageFactory
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/
DSourceRootTest.java40 …ot.getParserConfiguration(), (localPath, absolutePath, result) -> SourceRoot.Callback.Result.SAVE); in saveInCallback()
46 SourceRoot.Callback.Result.SAVE)); in saveInCallbackParallelized()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h755 #define IS_RTC_DAYLIGHT_SAVING(SAVE) (((SAVE) == RTC_DAYLIGHTSAVING_SUB1H) || \ argument
756 ((SAVE) == RTC_DAYLIGHTSAVING_ADD1H) || \
757 ((SAVE) == RTC_DAYLIGHTSAVING_NONE))
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h755 #define IS_RTC_DAYLIGHT_SAVING(SAVE) (((SAVE) == RTC_DAYLIGHTSAVING_SUB1H) || \ argument
756 ((SAVE) == RTC_DAYLIGHTSAVING_ADD1H) || \
757 ((SAVE) == RTC_DAYLIGHTSAVING_NONE))
/external/oss-fuzz/projects/readstat/
Dfuzz_format_spss_commands.dict39 "SAVE"
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.div.fmas.ll139 ; SI: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], vcc
140 ; SI: s_xor_b64 [[SAVE]], exec, [[SAVE]]
148 ; SI: s_or_b64 exec, exec, [[SAVE]]
Dwqm.ll256 ;CHECK: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[ORIG]]
258 ;CHECK: s_mov_b64 exec, [[SAVE]]
289 ;CHECK: s_and_saveexec_b64 [[SAVE:s\[[0-9]+:[0-9]+\]]], [[ORIG]]
292 ;CHECK: s_mov_b64 exec, [[SAVE]]
/external/llvm-project/llvm/test/CodeGen/X86/
Dshrink-wrapping-vla.ll84 ; CHECK: movq %rsp, [[SAVE:%r[a-z0-9]+]]
91 ; CHECK: movq [[SAVE]], %rsp
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dshrink-wrapping-vla.ll88 ; CHECK: mov [[SAVE:x[0-9]+]], sp
92 ; CHECK: mov sp, [[SAVE]]
/external/llvm-project/flang/include/flang/Semantics/
Dattr.h28 RECURSIVE, SAVE, TARGET, VALUE, VOLATILE) in ENUM_CLASS() argument
/external/icu/icu4c/source/tools/tzcode/
Dicuzones24 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
34 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
/external/llvm-project/llvm/test/MC/ARM/
Ddirectives-case_insensitive.s53 .SAVE {r4, r5, r11, lr}
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dsave-regs-thresh.ll2 ; RUN: llc -march=hexagon -O2 -spill-func-threshold=2 < %s | FileCheck %s --check-prefix=SAVE
4 ; SAVE: call __save_r16_
/external/skqp/src/core/
DSkPictureFlat.h57 SAVE, enumerator
/external/skia/src/core/
DSkPictureFlat.h57 SAVE, enumerator
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH; enumConstant
180 menu.add(0, MenuId.SAVE.getId(), 0, "Save & Exit").setIcon(android.R.drawable.ic_menu_save); in onCreateOptionsMenu()
195 if (item.getItemId() == MenuId.SAVE.getId()) { in onOptionsItemSelected()
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp269 name, Attrs{Attr::TARGET, Attr::SAVE}, std::move(object)) in SaveNumericPointerTarget()
306 name, Attrs{Attr::TARGET, Attr::SAVE}, std::move(object)) in SaveDerivedPointerTarget()
316 .try_emplace(name, Attrs{Attr::TARGET, Attr::SAVE}, in SaveObjectInit()
579 Attrs{Attr::TARGET, Attr::SAVE}, std::move(object))}; in CreateObject()
608 Attrs{Attr::TARGET, Attr::SAVE}, std::move(object)) in SaveNameAsPointerTarget()

123