Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp49 bool Operand::isTied() const { return TiedToIndex.has_value(); } in isTied() function in llvm::exegesis::Operand
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h450 bool isTied() const { in isTied() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp386 if (isTied) in AddRegisterOperand() local