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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 33 enum { None, EarlyClobber, Tied } Kind;
47 I.Kind = Tied;
54 bool isTied() const { return Kind == Tied; }
115 /// getTiedOperand - If this operand is tied to another one, return the
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 268 RI.Tied = true;
274 else if (!RI.Tied && MO.getParent()->isRegTiedToDefOperand(getOperandNo()))
275 RI.Tied = true;
InlineSpiller.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 161 /// Tied - Uses and defs must use the same register. This can be because of
164 bool Tied;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js     [all...]

Completed in 274 milliseconds