Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp50 bool Operand::isTied() const { return TiedToIndex.has_value(); } in isTied() function in llvm::exegesis::Operand
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h56 bool isTied() const { return Kind == Tied; } in isTied() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h440 bool isTied() const { in isTied() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp360 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local