Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOperand.h439 bool isTied() const { in isTied() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp350 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local