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/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
  /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;
SlotIndexes.h 231 /// isEarlyClobber - Returns true if this is an early-clobber slot.
232 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]

Completed in 226 milliseconds