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 130 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
133 bool IsEarlyClobber : 1;
309 bool isEarlyClobber() const {
311 return IsEarlyClobber;
395 IsEarlyClobber = Val;
579 bool isEarlyClobber = false,
592 Op.IsEarlyClobber = isEarlyClobber;
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineInstr.cpp 152 IsEarlyClobber = false;
275 isInternalRead() || isEarlyClobber() || isTied()) {
280 if (isEarlyClobber())
    [all...]

Completed in 112 milliseconds