Searched refs:getClobbers (Results 1 – 4 of 4) sorted by relevance
740 virtual const char *getClobbers() const = 0;
1816 ArrayRef<StringRef> getClobbers() const { in getClobbers() function1824 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
2035 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
6610 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()