Home
last modified time | relevance | path

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

12345678910>>...172

/external/clang/test/CodeGenCXX/
Ddllimport.cpp28 #define USE(func) void UNIQ(use)() { func(); } macro
31 #define USECLASS(class) void UNIQ(USE)() { class x; }
97 USE(inlineStaticLocalsFunc);
106 USE(initializationFunc);
209 USE(decl)
215 USE(externC) in USE() function
223 USE(inlineFunc)
231 USE(inlineDecl)
239 USE(inlineDef) in USE() function
245 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/harfbuzz_ng/src/
Dhb-ot-shaper-use-table.hh51 #define B USE(B) /* BASE */
52 #define CGJ USE(CGJ) /* CGJ */
53 #define CS USE(CS) /* CONS_WITH_STACKER */
54 #define G USE(G) /* HIEROGLYPH */
55 #define GB USE(GB) /* BASE_OTHER */
56 #define H USE(H) /* HALANT */
57 #define HN USE(HN) /* HALANT_NUM */
58 #define HVM USE(HVM) /* HALANT_OR_VOWEL_MODIFIER */
59 #define IS USE(IS) /* INVISIBLE_STACKER */
60 #define J USE(J) /* HIEROGLYPH_JOINER */
[all …]
Dhb-ot-shaper-use.cc225 unsigned int limit = info[start].use_category() == USE(R) ? 1 : hb_min (3u, end - start); in setup_rphf_mask()
327 info[i].use_category() = USE(R); in record_rphf_use()
347 info[i].use_category() = USE(VPre); in record_pref_use()
357 …return (info.use_category() == USE(H) || info.use_category() == USE(HVM) || info.use_category() ==… in is_halant_use()
377 #define POST_BASE_FLAGS64 (FLAG64 (USE(FAbv)) | \ in reorder_syllable_use()
378 FLAG64 (USE(FBlw)) | \ in reorder_syllable_use()
379 FLAG64 (USE(FPst)) | \ in reorder_syllable_use()
380 FLAG64 (USE(MAbv)) | \ in reorder_syllable_use()
381 FLAG64 (USE(MBlw)) | \ in reorder_syllable_use()
382 FLAG64 (USE(MPst)) | \ in reorder_syllable_use()
[all …]
/external/clang/test/CodeGen/
Ddllimport.c11 #define USE(func) void JOIN(use, __LINE__)() { func(); } macro
88 USE(inlineFunc) in USE() function
99 USE(noinline)
100 USE(alwaysInline)
106 USE(redecl1)
113 USE(redecl2)
119 USE(redecl3)
125 USE(redecl4) in USE() function
131 USE(redecl5)
/external/llvm/test/Transforms/PGOProfile/
Dbranch1.ll9 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
12 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
24 ; USE-LABEL: @test_br_1
25 ; USE-SAME: !prof ![[FUNC_ENTRY_COUNT:[0-9]+]]
31 ; USE: br i1 %cmp, label %if.then, label %if.end
32 ; USE-SAME: !prof ![[BW_ENTRY:[0-9]+]]
33 ; USE-DAG: ![[BW_ENTRY]] = !{!"branch_weights", i32 2, i32 1}
47 ; USE-DAG: {{![0-9]+}} = !{i32 1, !"ProfileSummary", {{![0-9]+}}}
48 ; USE-DAG: {{![0-9]+}} = !{!"DetailedSummary", {{![0-9]+}}}
49 ; USE-DAG: ![[FUNC_ENTRY_COUNT]] = !{!"function_entry_count", i64 3}
Dcriticaledge.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
27 ; USE: ]
28 ; USE-SAME: !prof ![[BW_SWITCH:[0-9]+]]
55 ; USE: br i1 %cmp, label %if.then, label %if.end
56 ; USE-SAME: !prof ![[BW_SW_BB2:[0-9]+]]
76 ; USE: br i1 %cmp7, label %if.then8, label %if.end9
77 ; USE-SAME: !prof ![[BW_SW_DEFAULT:[0-9]+]]
110 ; USE: ![[BW_SWITCH]] = !{!"branch_weights", i32 2, i32 1, i32 0, i32 2, i32 1, i32 1}
111 ; USE: ![[BW_SW_BB2]] = !{!"branch_weights", i32 2, i32 2}
[all …]
Dlandingpad.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
23 ; USE: br i1 %tobool, label %if.then, label %if.end
24 ; USE-SAME: !prof ![[BW_BAR_ENTRY:[0-9]+]]
52 ; USE: br i1 %tobool, label %if.then, label %if.end
53 ; USE-SAME: !prof ![[BW_FOO_ENTRY:[0-9]+]]
82 ; USE: br i1 %matches, label %catch, label %eh.resume
83 ; USE-SAME: !prof ![[BW_CATCH_DISPATCH:[0-9]+]]
126 ; USE: ![[BW_BAR_ENTRY]] = !{!"branch_weights", i32 2, i32 1}
127 ; USE: ![[BW_FOO_ENTRY]] = !{!"branch_weights", i32 3, i32 2}
[all …]
Dloop2.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
26 ; USE: br i1 %cmp, label %for.body.outer, label %for.end.outer
27 ; USE-SAME: !prof ![[BW_FOR_COND_OUTER:[0-9]+]]
41 ; USE: br i1 %cmp2, label %for.body.inner, label %for.end.inner
42 ; USE-SAME: !prof ![[BW_FOR_COND_INNER:[0-9]+]]
72 ; USE-DAG: ![[BW_FOR_COND_OUTER]] = !{!"branch_weights", i32 10, i32 6}
73 ; USE-DAG: ![[BW_FOR_COND_INNER]] = !{!"branch_weights", i32 33, i32 10}
Dbranch2.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
19 ; USE: br i1 %cmp, label %if.then, label %if.else
20 ; USE-SAME: !prof ![[BW_ENTRY:[0-9]+]]
21 ; USE: ![[BW_ENTRY]] = !{!"branch_weights", i32 1, i32 1}
Dloop1.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
26 ; USE: br i1 %cmp, label %for.body, label %for.end
27 ; USE-SAME: !prof ![[BW_FOR_COND:[0-9]+]]
28 ; USE: ![[BW_FOR_COND]] = !{!"branch_weights", i32 96, i32 4}
Dswitch.ll4 …UN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
5 … < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE
22 ; USE: ]
23 ; USE-SAME: !prof ![[BW_SWITCH:[0-9]+]]
24 ; USE: ![[BW_SWITCH]] = !{!"branch_weights", i32 3, i32 2, i32 0, i32 5}
/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc162 USE(instr); in VisitAddSubExtended()
167 USE(instr); in VisitAddSubImmediate()
172 USE(instr); in VisitAddSubShifted()
177 USE(instr); in VisitAddSubWithCarry()
217 USE(instr); in VisitBitfield()
222 USE(instr); in VisitCompareBranch()
227 USE(instr); in VisitConditionalBranch()
233 USE(instr); in VisitConditionalCompareImmediate()
239 USE(instr); in VisitConditionalCompareRegister()
244 USE(instr); in VisitConditionalSelect()
[all …]
Dassembler-sve-aarch64.cc101 USE(zn); in and_()
116 USE(zn); in eor()
123 USE(zn); in orr()
187 USE(zn); in asr()
204 USE(zn); in asr()
226 USE(zn); in asrd()
244 USE(zn); in asrr()
261 USE(zn); in lsl()
279 USE(zn); in lsl()
301 USE(zn); in lslr()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_tri.c982 #define USE(triFunc) \ macro
990 #define USE(triFunc) return triFunc macro
1038 USE(smooth_TRUECOLOR_z_triangle); in get_triangle_func()
1040 USE(smooth_8A8B8G8R_z_triangle); in get_triangle_func()
1042 USE(smooth_8A8R8G8B_z_triangle); in get_triangle_func()
1044 USE(smooth_8R8G8B_z_triangle); in get_triangle_func()
1046 USE(smooth_8R8G8B24_z_triangle); in get_triangle_func()
1048 USE(smooth_TRUEDITHER_z_triangle); in get_triangle_func()
1050 USE(smooth_5R6G5B_z_triangle); in get_triangle_func()
1052 USE(smooth_DITHER_5R6G5B_z_triangle); in get_triangle_func()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_lines.c201 #define USE(lineFunc) \ macro
210 #define USE(lineFunc) swrast->Line = lineFunc macro
241 USE(general_line); in _swrast_choose_line()
248 USE(general_line); in _swrast_choose_line()
250 USE(rgba_line); in _swrast_choose_line()
257 USE(simple_no_z_rgba_line); in _swrast_choose_line()
261 USE(_swrast_feedback_line); in _swrast_choose_line()
265 USE(_swrast_select_line); in _swrast_choose_line()
Ds_triangle.c978 #define USE(triFunc) \ macro
987 #define USE(triFunc) swrast->Triangle = triFunc; macro
1008 USE(nodraw_triangle); in _swrast_choose_triangle()
1034 USE(occlusion_zless_16_triangle); in _swrast_choose_triangle()
1101 USE(simple_z_textured_triangle); in _swrast_choose_triangle()
1104 USE(simple_textured_triangle); in _swrast_choose_triangle()
1109 USE(general_triangle); in _swrast_choose_triangle()
1115 USE(general_triangle); in _swrast_choose_triangle()
1118 USE(affine_textured_triangle); in _swrast_choose_triangle()
1125 USE(general_triangle); in _swrast_choose_triangle()
[all …]
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.h114 USE(queried_can_run); \
115 USE(printed_sve_lane_warning); \
147 USE(offset_after_infrastructure_start)
152 USE(offset_before_infrastructure_end); \
214 USE(queried_can_run); \
215 USE(printed_sve_lane_warning); \
231 USE(offset_after_infrastructure_start)
236 USE(offset_before_infrastructure_end); \
/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/toolchain-utils/upstream_workon/
Dupstream_workon.bash106 USE="${USE_FLAGS}" ebuild "${ebuild_loc}" unpack
118 USE="${USE_FLAGS}" ebuild "${ebuild_loc}" configure
162 USE="${USE_FLAGS}" ebuild "${ebuild_loc}" compile
175 USE="${USE_FLAGS}" ebuild "${ebuild_loc}" install
207 USE="${USE_FLAGS}" ebuild "${ebuild_loc}" configure
/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/fsck_msdos/
DNOTICE21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
48 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
78 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
81 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
107 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
110 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
135 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
138 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE22 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
83 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
109 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
112 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
140 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]
/external/ipsec-tools/
DNOTICE22 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
83 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
109 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
112 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
140 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]

12345678910>>...172