Searched refs:isTied (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } function in class:llvm::CGIOperandList::ConstraintInfo
57 assert(isTied());
120 if (CI.isTied()) return CI.getTiedOperand();
H A DInstrInfoEmitter.cpp143 assert(Constraint.isTied());
H A DX86RecognizableInstr.cpp549 if (Constraint.isTied()) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstr.h816 if (!MO.isReg() || !MO.isDef() || !MO.isTied())
828 if (!MO.isReg() || !MO.isUse() || !MO.isTied())
980 if (MO.isReg() && MO.isTied()) {
H A DMachineOperand.h307 bool isTied() const { function in class:llvm::MachineOperand
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstr.cpp114 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm");
271 isInternalRead() || isEarlyClobber() || isTied()) {
311 if (isTied()) {
688 assert(!Operands[OpNo].isTied() && "Cannot move tied operands");
786 assert(!Operands[i].isTied() && "Cannot move tied operands");
1177 assert(!DefMO.isTied() && "Def is already tied to another use");
1178 assert(!UseMO.isTied() && "Use is already tied to another def");
1199 assert(MO.isTied() && "Operand isn't tied");
H A DMachineVerifier.cpp817 else if (!MO->isTied())
821 } else if (MO->isReg() && MO->isTied())
838 if (MO->isTied()) {
843 if (!OtherMO.isTied())
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp341 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1; variable
342 if (isTied)
953 // Manually set isTied bits.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1619 if (MO.isTied())

Completed in 118 milliseconds