Searched defs:getTiedOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h56 unsigned getTiedOperand() const { function in class:llvm::CGIOperandList::ConstraintInfo
115 /// getTiedOperand - If this operand is tied to another one, return the
120 if (CI.isTied()) return CI.getTiedOperand();
/external/clang/include/clang/Basic/
H A DTargetInfo.h520 /// If this returns true then getTiedOperand will indicate which output
523 unsigned getTiedOperand() const { function in struct:clang::TargetInfo::ConstraintInfo

Completed in 251 milliseconds