Home
last modified time | relevance | path

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

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