Searched refs:Tied (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon7218
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }

Completed in 93 milliseconds