Home | History | Annotate | Download | only in MCParser

Lines Matching full:clobbers

229                         SmallVectorImpl<std::string> &Clobbers,
4473 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
4504 // Build the list of clobbers, outputs and inputs.
4546 // Consider implicit defs to be clobbers. Think of cpuid and push.
4556 // Set the unique clobbers.
4560 Clobbers.assign(ClobberRegs.size(), std::string());
4562 raw_string_ostream OS(Clobbers[I]);