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

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

Completed in 75 milliseconds