OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiedOperand
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
329
int
TiedOperand
;
335
: Flags(0),
TiedOperand
(-1), ConstraintStr(ConstraintStr.str()),
351
bool hasTiedOperand() const { return
TiedOperand
!= -1; }
354
return (unsigned)
TiedOperand
;
368
TiedOperand
= N;
/external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
304
///
TiedOperand
- This represents a result operand that is a duplicate of
306
TiedOperand
,
346
X.Kind =
TiedOperand
;
[
all
...]
Completed in 26 milliseconds