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

  /external/llvm/include/llvm/
InlineAsm.h 115 /// isEarlyClobber - "&": output operand writes result before inputs are all
117 bool isEarlyClobber;
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 105 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
108 bool IsEarlyClobber : 1;
261 bool isEarlyClobber() const {
263 return IsEarlyClobber;
348 IsEarlyClobber = Val;
492 bool isEarlyClobber = false,
501 Op.IsEarlyClobber = isEarlyClobber;
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 718 if (VNI->def != DefIdx && !MO->isEarlyClobber()) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }

Completed in 73 milliseconds