Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp50 bool Operand::isTied() const { return TiedToIndex.hasValue(); } in isTied() function in llvm::exegesis::Operand
/external/llvm/utils/TableGen/
DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h55 bool isTied() const { return Kind == Tied; } in isTied() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h317 bool isTied() const { in isTied() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h439 bool isTied() const { in isTied() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h439 bool isTied() const { in isTied() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp363 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp350 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp358 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local