HomeSort by relevance Sort by last modified time
    Searched defs:EarlyClobber (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 36 EarlyClobber = 0x40,
74 flags & RegState::EarlyClobber,
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 33 enum { None, EarlyClobber, Tied } Kind;
40 I.Kind = EarlyClobber;
53 bool isEarlyClobber() const { return Kind == EarlyClobber; }

Completed in 75 milliseconds