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

  /external/llvm/include/llvm/IR/
InlineAsm.h 126 /// isEarlyClobber - "&": output operand writes result before inputs are all
128 bool isEarlyClobber;
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 128 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
131 bool IsEarlyClobber : 1;
304 bool isEarlyClobber() const {
306 return IsEarlyClobber;
390 IsEarlyClobber = Val;
563 bool isEarlyClobber = false,
574 Op.IsEarlyClobber = isEarlyClobber;
SlotIndexes.h 206 /// isEarlyClobber - Returns true if this is an early-clobber slot.
207 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     [all...]

Completed in 991 milliseconds