Home
last modified time | relevance | path

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

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