Searched defs:isTied (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp357 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; variable
358 if (isTied)
986 // Manually set isTied bits.
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h314 bool isTied() const { function in class:llvm::MachineOperand
/external/llvm/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();

Completed in 229 milliseconds