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

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 361 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
362 if (isTied)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 317 bool isTied() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 55 bool isTied() const { return Kind == Tied; }
58 assert(isTied());
121 if (CI.isTied()) return CI.getTiedOperand();

Completed in 65 milliseconds