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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h36 EarlyClobber = 0x40, enumerator in enum:llvm::RegState::__anon21841
74 flags & RegState::EarlyClobber,
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon22837
40 I.Kind = EarlyClobber;
53 bool isEarlyClobber() const { return Kind == EarlyClobber; }

Completed in 106 milliseconds