Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h621 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp634 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h935 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() function
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2242 Info.earlyClobber(), in EmitAsmStmt()
2348 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp1859 Info.earlyClobber()); in EmitAsmStmt()