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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 117 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
120 bool IsEarlyClobber : 1;
282 bool isEarlyClobber() const {
284 return IsEarlyClobber;
377 IsEarlyClobber = Val;
543 bool isEarlyClobber = false,
553 Op.IsEarlyClobber = isEarlyClobber;
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineInstr.cpp 162 assert(!isEarlyClobber());
183 IsEarlyClobber = false;
247 isInternalRead() || isEarlyClobber()) {
252 if (isEarlyClobber())
    [all...]

Completed in 138 milliseconds