Lines Matching full:clobbers
230 SmallVectorImpl<std::string> &Clobbers,
4683 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
4714 // Build the list of clobbers, outputs and inputs.
4757 // Consider implicit defs to be clobbers. Think of cpuid and push.
4767 // Set the unique clobbers.
4771 Clobbers.assign(ClobberRegs.size(), std::string());
4773 raw_string_ostream OS(Clobbers[I]);