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

  /external/llvm/include/llvm/
InlineAsm.h 116 /// isEarlyClobber - "&": output operand writes result before inputs are all
118 bool isEarlyClobber;
  /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;
SlotIndexes.h 232 /// isEarlyClobber - Returns true if this is an early-clobber slot.
233 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 849 if (VNI->def != DefIdx && !MO->isEarlyClobber()) {
    [all...]

Completed in 154 milliseconds