Home
last modified time | relevance | path

Searched refs:earlyClobber (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDTargetInfo.cpp791 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1119 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp2719 Info.earlyClobber(), in EmitAsmStmt()
2832 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()