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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon10134
40 I.Kind = EarlyClobber;
53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h36 EarlyClobber = 0x40, enumerator in enum:llvm::RegState::__anon9231
74 flags & RegState::EarlyClobber,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp932 MIB.addReg(Reg, RegState::Define | RegState::EarlyClobber |

Completed in 90 milliseconds