Home
last modified time | relevance | path

Searched refs:vpred (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Thumb2/mve-intrinsics/
Dvadc-multiple.ll34 %vpred = tail call <4 x i1> @llvm.arm.mve.pred.i2v.v4i1(i32 %ipred)
36 …cated.v4i32.v4i1(<4 x i32> undef, <4 x i32> %a.0, <4 x i32> %b.0, i32 %fpscr.in.0, <4 x i1> %vpred)
41 …cated.v4i32.v4i1(<4 x i32> undef, <4 x i32> %a.1, <4 x i32> %b.1, i32 %fpscr.in.1, <4 x i1> %vpred)
62 …cated.v4i32.v4i1(<4 x i32> undef, <4 x i32> %a.0, <4 x i32> %b.0, i32 %fpscr.in.0, <4 x i1> %vpred)
64 …ated.v4i32.v4i1(<4 x i32> undef, <4 x i32> %a.1, <4 x i32> %b.1, i32 %fpscr.out.0, <4 x i1> %vpred)
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.h24 unsigned char *vpred, int pred_stride);
Dencodemb.c35 unsigned char *vpred, int pred_stride) { in vp8_subtract_mbuv() argument
40 vpx_subtract_block(8, 8, vdiff, 8, vsrc, src_stride, vpred, pred_stride); in vp8_subtract_mbuv()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrCDE.td266 vpred_ops vpred>
268 !con(iops, (ins vpred:$vp)), asm,
269 !strconcat(cstr, vpred.vpred_constraint)>,
DARMInstrMVE.td408 string suffix, string ops, vpred_ops vpred, string cstr,
410 : MVE_MI<oops, !con(iops, (ins vpred:$vp)), itin,
416 ops, !strconcat(cstr, vpred.vpred_constraint), pattern> {
422 string suffix, string ops, vpred_ops vpred, string cstr,
424 : MVE_p<oops, iops, itin, iname, suffix, ops, vpred, cstr, pattern> {
2693 string ops, vpred_ops vpred, string cstr,
2695 : MVE_p<oops, iops, NoItinerary, iname, suffix, ops, vpred, cstr, pattern> {
3164 string ops, vpred_ops vpred, string cstr,
3166 : MVE_p<oops, iops, NoItinerary, iname, suffix, ops, vpred, cstr, pattern> {
3502 vpred_ops vpred, string cstr, list<dag> pattern=[]>
[all …]
DARMInstrFormats.td250 // Base class for both kinds of vpred.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td370 string suffix, string ops, vpred_ops vpred, string cstr,
372 : MVE_MI<oops, !con(iops, (ins vpred:$vp)), itin,
378 ops, !strconcat(cstr, vpred.vpred_constraint), pattern> {
384 string suffix, string ops, vpred_ops vpred, string cstr,
386 : MVE_p<oops, iops, itin, iname, suffix, ops, vpred, cstr, pattern> {
2325 string ops, vpred_ops vpred, string cstr,
2327 : MVE_p<oops, iops, NoItinerary, iname, suffix, ops, vpred, cstr, pattern> {
2765 string ops, vpred_ops vpred, string cstr,
2767 : MVE_p<oops, iops, NoItinerary, iname, suffix, ops, vpred, cstr, pattern> {
3103 vpred_ops vpred, string cstr, list<dag> pattern=[]>
[all …]
DARMInstrFormats.td251 // Base class for both kinds of vpred.