Home | History | Annotate | Download | only in MCParser

Lines Matching full:clobbers

227                         SmallVectorImpl<std::string> &Clobbers,
4098 SmallVectorImpl<std::string> &Clobbers,
4131 // Build the list of clobbers, outputs and inputs.
4178 // Set the unique clobbers.
4182 Clobbers.assign(ClobberRegs.size(), std::string());
4184 raw_string_ostream OS(Clobbers[I]);