search for: vec_class

Displaying 1 result from an estimated 1 matches for "vec_class".

Did you mean: vd_class
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
..., > + (exp_ieee (mul rc:$src1, (log_ieee rc:$src0))) > +>; > + > +/* Other helper patterns */ > +/* --------------------- */ > + > +/* Extract element pattern */ > +class Extract_Element <ValueType sub_type, ValueType vec_type, > + RegisterClass vec_class, int sub_idx, > + SubRegIndex sub_reg>: Pat< > + (sub_type (vector_extract (vec_type vec_class:$src), sub_idx)), > + (EXTRACT_SUBREG vec_class:$src, sub_reg) > +>; > + > +/* Insert element pattern */ > +class Insert_Element <ValueType elem_type...