OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTiedOperand
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
704
if (Info.
hasTiedOperand
() && Info.getTiedOperand() != i)
724
if (Info.
hasTiedOperand
() && Info.getTiedOperand() != Index)
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
985
bool
hasTiedOperand
() const { return TiedOperand != -1; }
987
assert(
hasTiedOperand
() && "Has no tied operand!");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
586
if (!Info.
hasTiedOperand
()) continue;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2309
if (Input.
hasTiedOperand
() && Input.getTiedOperand() == i)
2430
if (Info.
hasTiedOperand
()) {
Completed in 47 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026