HomeSort by: relevance | last modified time | path
    Searched defs:EarlyClobber (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 54 EarlyClobber = 0x40,
107 flags & RegState::EarlyClobber,
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h 33 enum { None, EarlyClobber, Tied } Kind = None;
41 I.Kind = EarlyClobber;
54 bool isEarlyClobber() const { return Kind == EarlyClobber; }

Completed in 16 milliseconds