Searched refs:earlyClobber (Results 1 – 3 of 3) sorted by relevance
791 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
1119 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
2719 Info.earlyClobber(), in EmitAsmStmt()2832 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()