Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h55 bool isTied() const { return Kind == Tied; } in isTied() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h317 bool isTied() const { in isTied() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp361 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local