OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTiedOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.h
56
unsigned
getTiedOperand
() const {
115
///
getTiedOperand
- If this operand is tied to another one, return the
120
if (CI.isTied()) return CI.
getTiedOperand
();
/external/clang/include/clang/Basic/
TargetInfo.h
350
/// then
getTiedOperand
will indicate which output operand this is tied to.
352
unsigned
getTiedOperand
() const {
Completed in 22 milliseconds