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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 54 bool isTied() const { return Kind == Tied; }
57 assert(isTied());
120 if (CI.isTied()) return CI.getTiedOperand();
InstrInfoEmitter.cpp 126 assert(Constraint.isTied());
X86RecognizableInstr.cpp 582 if (Constraint.isTied()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 323 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
324 if (isTied)
    [all...]

Completed in 190 milliseconds