Searched refs:Tied (Results 1 - 1 of 1) sorted by relevance
/external/llvm/utils/TableGen/ | ||
H A D | CodeGenInstruction.h | 33 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