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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h143 /// Tied - Uses and defs must use the same register. This can be because of
146 bool Tied; member in struct:llvm::MachineOperandIteratorBase::RegInfo
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon7974
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }

Completed in 45 milliseconds