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

  /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/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

Completed in 25 milliseconds