Home
last modified time | relevance | path

Searched refs:USE (Results 1 – 25 of 2179) sorted by relevance

12345678910>>...88

/external/vixl/src/vixl/a64/
Dinstrument-a64.cc258 USE(instr); in VisitPCRelAddressing()
266 USE(instr); in VisitAddSubImmediate()
274 USE(instr); in VisitLogicalImmediate()
295 USE(instr); in VisitBitfield()
303 USE(instr); in VisitExtract()
311 USE(instr); in VisitUnconditionalBranch()
319 USE(instr); in VisitUnconditionalBranchToRegister()
327 USE(instr); in VisitCompareBranch()
335 USE(instr); in VisitTestBranch()
343 USE(instr); in VisitConditionalBranch()
[all …]
/external/clang/test/CodeGenCXX/
Ddllimport.cpp28 #define USE(func) void UNIQ(use)() { func(); } macro
30 #define USECLASS(class) void UNIQ(USE)() { class x; }
96 USE(inlineStaticLocalsFunc);
105 USE(initializationFunc);
208 USE(decl)
214 USE(externC) in USE() function
222 USE(inlineFunc)
230 USE(inlineDecl)
238 USE(inlineDef) in USE() function
244 USE(noinline) in USE() function
[all …]
Ddllimport-members.cpp20 #define USE(func) void UNIQ(use)() { func(); } macro
668 USE(MemFunTmpl::importedStatic<ImplicitInst_Imported>)
683 USE(MemFunTmpl::importedStatic<ExplicitDecl_Imported>)
698 USE(MemFunTmpl::importedStatic<ExplicitInst_Imported>)
727 USE(MemFunTmpl::importedStatic<ExplicitSpec_Imported>) in USE() function
738 USE(MemFunTmpl::importedStatic<ExplicitSpec_InlineDef_Imported>) in USE() function
753 USE(MemFunTmpl::importedStatic<ExplicitSpec_NotImported>)
768 USE(MemFunTmpl::staticDef<ExplicitDecl_Imported>)
783 USE(MemFunTmpl::staticDef<ExplicitInst_Imported>)
812 USE(MemFunTmpl::staticDef<ExplicitSpec_Imported>) in USE() function
[all …]
/external/llvm/test/CodeGen/ARM/
Dsubtarget-no-movt.ll2 …pu=cortex-a8 -relocation-model=static %s -o - -mattr=-no-movt | FileCheck -check-prefix=USE-MOVT %s
3 …cortex-a8 -relocation-model=static %s -o - -mattr=+no-movt | FileCheck -check-prefix=NO-USE-MOVT %s
5 …ortex-a8 -relocation-model=static %s -o - -O0 -mattr=-no-movt | FileCheck -check-prefix=USE-MOVT %s
6 …ex-a8 -relocation-model=static %s -o - -O0 -mattr=+no-movt | FileCheck -check-prefix=NO-USE-MOVT %s
13 ; USE-MOVT-LABEL: {{_?}}foo0
14 ; USE-MOVT: movw [[R0:r[0-9]+]], #52257
15 ; USE-MOVT: movt [[R0]], #35037
17 ; NO-USE-MOVT-LABEL: {{_?}}foo0
18 ; NO-USE-MOVT: ldr [[R0:r[0-9]+]], [[L0:.*]]
19 ; NO-USE-MOVT: [[L0]]:
[all …]
/external/clang/test/CodeGen/
Ddllimport.c11 #define USE(func) void JOIN(use, __LINE__)() { func(); } macro
87 USE(inlineFunc) in USE() function
98 USE(noinline)
99 USE(alwaysInline)
105 USE(redecl1)
112 USE(redecl2)
117 USE(redecl3)
122 USE(redecl4) in USE() function
128 USE(redecl5)
/external/v8/src/s390/
Dsimulator-s390.cc6395 USE(instr); in EVALUATE()
6401 USE(instr); in EVALUATE()
6407 USE(instr); in EVALUATE()
6430 USE(instr); in EVALUATE()
6436 USE(instr); in EVALUATE()
6442 USE(instr); in EVALUATE()
6467 USE(instr); in EVALUATE()
6473 USE(instr); in EVALUATE()
6479 USE(instr); in EVALUATE()
6657 USE(instr); in EVALUATE()
[all …]
/external/v8/test/unittests/compiler/
Dnode-matchers-unittest.cc50 USE(d0); in TEST_F()
53 USE(d1); in TEST_F()
56 USE(d2); in TEST_F()
59 USE(d3); in TEST_F()
62 USE(d4); in TEST_F()
65 USE(d5); in TEST_F()
68 USE(d4); in TEST_F()
71 USE(d8); in TEST_F()
74 USE(d9); in TEST_F()
77 USE(d15); in TEST_F()
[all …]
/external/v8/src/base/platform/
Dsemaphore.cc27 USE(result); in Semaphore()
34 USE(result); in ~Semaphore()
40 USE(result); in Signal()
92 USE(result);
99 USE(result);
172 USE(result);
179 USE(result);
186 USE(result);
Dmutex.cc31 USE(result); in InitializeNativeHandle()
45 USE(result); in InitializeRecursiveNativeHandle()
52 USE(result); in DestroyNativeHandle()
59 USE(result); in LockNativeHandle()
66 USE(result); in UnlockNativeHandle()
Dcondition-variable.cc34 USE(result); in ConditionVariable()
54 USE(result); in ~ConditionVariable()
61 USE(result); in NotifyOne()
68 USE(result); in NotifyAll()
76 USE(result); in Wait()
129 USE(ok);
209 USE(ok);
219 USE(ok);
/external/mesa3d/src/mesa/drivers/x11/
Dxm_tri.c981 #define USE(triFunc) \ macro
989 #define USE(triFunc) return triFunc macro
1037 USE(smooth_TRUECOLOR_z_triangle); in get_triangle_func()
1039 USE(smooth_8A8B8G8R_z_triangle); in get_triangle_func()
1041 USE(smooth_8A8R8G8B_z_triangle); in get_triangle_func()
1043 USE(smooth_8R8G8B_z_triangle); in get_triangle_func()
1045 USE(smooth_8R8G8B24_z_triangle); in get_triangle_func()
1047 USE(smooth_TRUEDITHER_z_triangle); in get_triangle_func()
1049 USE(smooth_5R6G5B_z_triangle); in get_triangle_func()
1051 USE(smooth_DITHER_5R6G5B_z_triangle); in get_triangle_func()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_lines.c202 #define USE(lineFunc) \ macro
211 #define USE(lineFunc) swrast->Line = lineFunc macro
242 USE(general_line); in _swrast_choose_line()
249 USE(general_line); in _swrast_choose_line()
251 USE(rgba_line); in _swrast_choose_line()
258 USE(simple_no_z_rgba_line); in _swrast_choose_line()
262 USE(_swrast_feedback_line); in _swrast_choose_line()
266 USE(_swrast_select_line); in _swrast_choose_line()
/external/llvm/test/Transforms/PGOProfile/
Dcriticaledge.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
23 ; USE: ]
24 ; USE-SAME: !prof ![[BW_SWITCH:[0-9]+]]
51 ; USE: br i1 %cmp, label %if.then, label %if.end
52 ; USE-SAME: !prof ![[BW_SW_BB2:[0-9]+]]
72 ; USE: br i1 %cmp7, label %if.then8, label %if.end9
73 ; USE-SAME: !prof ![[BW_SW_DEFAULT:[0-9]+]]
106 ; USE: ![[BW_SWITCH]] = !{!"branch_weights", i32 2, i32 1, i32 0, i32 2, i32 1, i32 1}
107 ; USE: ![[BW_SW_BB2]] = !{!"branch_weights", i32 2, i32 2}
108 ; USE: ![[BW_SW_DEFAULT]] = !{!"branch_weights", i32 1, i32 1}
Dlandingpad.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
19 ; USE: br i1 %tobool, label %if.then, label %if.end
20 ; USE-SAME: !prof ![[BW_BAR_ENTRY:[0-9]+]]
48 ; USE: br i1 %tobool, label %if.then, label %if.end
49 ; USE-SAME: !prof ![[BW_FOO_ENTRY:[0-9]+]]
78 ; USE: br i1 %matches, label %catch, label %eh.resume
79 ; USE-SAME: !prof ![[BW_CATCH_DISPATCH:[0-9]+]]
122 ; USE: ![[BW_BAR_ENTRY]] = !{!"branch_weights", i32 2, i32 1}
123 ; USE: ![[BW_FOO_ENTRY]] = !{!"branch_weights", i32 3, i32 2}
124 ; USE: ![[BW_CATCH_DISPATCH]] = !{!"branch_weights", i32 2, i32 0}
Dloop2.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
22 ; USE: br i1 %cmp, label %for.body.outer, label %for.end.outer
23 ; USE-SAME: !prof ![[BW_FOR_COND_OUTER:[0-9]+]]
37 ; USE: br i1 %cmp2, label %for.body.inner, label %for.end.inner
38 ; USE-SAME: !prof ![[BW_FOR_COND_INNER:[0-9]+]]
68 ; USE-DAG: ![[BW_FOR_COND_OUTER]] = !{!"branch_weights", i32 10, i32 6}
69 ; USE-DAG: ![[BW_FOR_COND_INNER]] = !{!"branch_weights", i32 33, i32 10}
Dbranch1.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
15 ; USE: br i1 %cmp, label %if.then, label %if.end
16 ; USE-SAME: !prof ![[BW_ENTRY:[0-9]+]]
17 ; USE: ![[BW_ENTRY]] = !{!"branch_weights", i32 2, i32 1}
Dbranch2.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
15 ; USE: br i1 %cmp, label %if.then, label %if.else
16 ; USE-SAME: !prof ![[BW_ENTRY:[0-9]+]]
17 ; USE: ![[BW_ENTRY]] = !{!"branch_weights", i32 1, i32 1}
Dloop1.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
22 ; USE: br i1 %cmp, label %for.body, label %for.end
23 ; USE-SAME: !prof ![[BW_FOR_COND:[0-9]+]]
24 ; USE: ![[BW_FOR_COND]] = !{!"branch_weights", i32 96, i32 4}
Dswitch.ll3 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
18 ; USE: ]
19 ; USE-SAME: !prof ![[BW_SWITCH:[0-9]+]]
20 ; USE: ![[BW_SWITCH]] = !{!"branch_weights", i32 3, i32 2, i32 0, i32 5}
/external/llvm/test/CodeGen/AArch64/
Darm64-inline-asm.ll217 tail call void asm sideeffect "USE($0)", "z"(i32 0) nounwind
218 ; CHECK: USE(xzr)
220 tail call void asm sideeffect "USE(${0:w})", "zr"(i32 0)
221 ; CHECK: USE(wzr)
223 tail call void asm sideeffect "USE(${0:w})", "zr"(i32 1)
225 ; CHECK: USE([[VAL1]])
227 tail call void asm sideeffect "USE($0), USE($1)", "z,z"(i32 0, i32 0) nounwind
228 ; CHECK: USE(xzr), USE(xzr)
230 tail call void asm sideeffect "USE($0), USE(${1:w})", "z,z"(i32 0, i32 0) nounwind
231 ; CHECK: USE(xzr), USE(wzr)
/external/vixl/src/vixl/
Dglobals.h89 inline void USE(T1) {} in USE() function
92 inline void USE(T1, T2) {} in USE() function
95 inline void USE(T1, T2, T3) {} in USE() function
98 inline void USE(T1, T2, T3, T4) {} in USE() function
/external/v8/src/x87/
Dsimulator-x87.h36 USE(isolate); in JsLimitFromCLimit()
42 USE(isolate); in RegisterCTryCatch()
46 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate); } in UnregisterCTryCatch()
/external/v8/src/ia32/
Dsimulator-ia32.h36 USE(isolate); in JsLimitFromCLimit()
42 USE(isolate); in RegisterCTryCatch()
47 USE(isolate); in UnregisterCTryCatch()
/external/clang/test/Modules/
Ddependency-gen.modulemap9 …explicit.pcm -MT main.o -fsyntax-only -dependency-file - | FileCheck %s --check-prefix=EXPLICIT-USE
40 // EXPLICIT-USE: main.o:
41 // EXPLICIT-USE-NOT: base.pcm
42 // EXPLICIT-USE: explicit.pcm
43 // EXPLICIT-USE-NOT: base.pcm
/external/dhcpcd-6.8.2/
DNOTICE20 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
43 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
76 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
79 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
99 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
131 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
134 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

12345678910>>...88