Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h54 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/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