Searched refs:earlyClobber (Results 1 – 6 of 6) sorted by relevance
504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
621 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
634 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
935 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
2242 Info.earlyClobber(), in EmitAsmStmt()2348 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()
1859 Info.earlyClobber()); in EmitAsmStmt()