Home
last modified time | relevance | path

Searched refs:isTied (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
57 assert(isTied()); in getTiedOperand()
120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
DInstrInfoEmitter.cpp119 assert(Constraint.isTied()); in GetOperandInfo()
DX86RecognizableInstr.cpp560 if (Constraint.isTied()) { in emitInstructionSpecifier()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp315 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
316 if (isTied) in AddRegisterOperand()
/external/llvm/lib/CodeGen/
DVirtRegRewriter.cpp2035 bool isTied = MI.isRegTiedToDefOperand(i); in ProcessUses() local
2036 if (isTied) { in ProcessUses()
2093 if (isTied) in ProcessUses()
2113 if (!isTied && KilledMIRegs.count(VirtReg) == 0) { in ProcessUses()