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 345 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
346 if (isTied)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 309 bool isTied() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 54 bool isTied() const { return Kind == Tied; }
57 assert(isTied());
120 if (CI.isTied()) return CI.getTiedOperand();

Completed in 1223 milliseconds