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

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

Completed in 53 milliseconds