Home
last modified time | relevance | path

Searched refs:matchinfo (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Combine.td30 (defs root:$root, fold_global_offset_matchdata:$matchinfo),
58 (defs root:$root, shuffle_matchdata:$matchinfo),
65 (defs root:$root, shuffle_matchdata:$matchinfo),
72 (defs root:$root, shuffle_matchdata:$matchinfo),
79 (defs root:$root, shuffle_matchdata:$matchinfo),
86 (defs root:$root, shuffle_matchdata:$matchinfo),
93 (defs root:$root, shuffle_matchdata:$matchinfo),
96 (apply [{ applyEXT(*${root}, ${matchinfo}); }])
101 (defs root:$root, shuf_to_ins_matchdata:$matchinfo),
118 (defs root:$root, form_duplane_matchdata:$matchinfo),
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td17 (defs root:$select, fmin_fmax_legacy_matchdata:$matchinfo),
19 [{ return PostLegalizerHelper.matchFMinFMaxLegacy(*${select}, ${matchinfo}); }]),
32 (defs root:$cvt_f32_ubyteN, cvt_f32_ubyteN_matchdata:$matchinfo),
38 (apply [{ PostLegalizerHelper.applyCvtF32UByteN(*${cvt_f32_ubyteN}, ${matchinfo}); }])>;
43 (defs root:$clamp_i64_to_i16, clamp_i64_to_i16_matchdata:$matchinfo),
46 (apply [{ PreLegalizerHelper.applyClampI64ToI16(*${clamp_i64_to_i16}, ${matchinfo}); }])>;
51 (defs root:$min_or_max, med3_matchdata:$matchinfo),
56 [{ return RegBankHelper.matchIntMinMaxToMed3(*${min_or_max}, ${matchinfo}); }]),
57 (apply [{ RegBankHelper.applyMed3(*${min_or_max}, ${matchinfo}); }])>;
62 (defs root:$fcanonicalize, remove_fcanonicalize_matchinfo:$matchinfo),
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td162 (defs root:$d, ptr_add_immed_matchdata:$matchinfo),
170 (defs root:$d, shift_immed_matchdata:$matchinfo),
186 (defs root:$d, mul_to_shl_matchdata:$matchinfo),
407 (defs root:$root, register_matchinfo:$matchinfo),
415 (defs root:$root, register_matchinfo:$matchinfo),
434 (defs root:$root, register_matchinfo:$matchinfo),
469 (defs root:$root, register_matchinfo:$matchinfo),
486 (defs root:$root, register_matchinfo:$matchinfo),
529 (defs root:$root, trunc_shl_matchinfo:$matchinfo),
585 (defs root:$root, register_matchinfo:$matchinfo),
[all …]
/netbsd/usr.sbin/makemandb/
H A Dapropos-utils.c479 const unsigned int *matchinfo; in rank_func() local
492 matchinfo = (const unsigned int *) sqlite3_value_blob(apval[0]); in rank_func()
493 nphrase = matchinfo[0]; in rank_func()
494 ncol = matchinfo[1]; in rank_func()
495 ndoc = matchinfo[2 + 3 * ncol * nphrase + ncol]; in rank_func()
499 &matchinfo[2 + ncol + iphrase * ncol * 3]; in rank_func()
513 doclen = matchinfo[2 + icol ]; in rank_func()
/netbsd/sys/kern/
H A Dsubr_autoconf.c157 struct matchinfo { struct
186 static void mapply(struct matchinfo *, cfdata_t); argument
783 mapply(struct matchinfo *m, cfdata_t cf) in mapply()
1143 struct matchinfo m; in config_search_internal()
1226 struct matchinfo m; in config_rootsearch()