OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:earlyClobber
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
642
if (Info.
earlyClobber
() && Info.isReadWrite() && !Info.allowsRegister())
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
972
bool
earlyClobber
() { return (Flags & CI_EarlyClobber) != 0; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2019
const AsmStmt &Stmt, const bool
EarlyClobber
,
2047
return (
EarlyClobber
? "&{" : "{") + Register.str() + "}";
2272
Info.
earlyClobber
(),
2377
// Only tie
earlyclobber
physregs.
2378
if (Info.allowsRegister() && (GCCReg.empty() || Info.
earlyClobber
()))
2420
getTarget(), CGM, S, false /* No
EarlyClobber
*/);
Completed in 45 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026