Home | History | Annotate | Download | only in Parse

Lines Matching refs:Clobbers

635   SmallVector<std::string, 4> Clobbers;
637 NumInputs, OpExprs, Constraints, Clobbers,
643 llvm::erase_if(Clobbers, [](const std::string &C) {
648 ClobberRefs.insert(ClobberRefs.end(), Clobbers.begin(), Clobbers.end());
715 /// ':' asm-clobbers
717 /// [GNU] asm-clobbers:
719 /// asm-clobbers ',' asm-string-literal
760 ExprVector Clobbers;
768 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation());
803 // Parse the clobbers, if present.
811 // Parse the asm-string list for clobbers if present.
819 Clobbers.push_back(Clobber.get());
867 AsmString.get(), Clobbers, NumLabels,