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,
75 flags & RegState::EarlyClobber,
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 34 enum { None, EarlyClobber, Tied } Kind;
41 I.Kind = EarlyClobber;
54 bool isEarlyClobber() const { return Kind == EarlyClobber; }

Completed in 53 milliseconds