Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
/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/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp323 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp363 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp2035 bool isTied = MI.isRegTiedToDefOperand(i); in ProcessUses() local