Home
last modified time | relevance | path

Searched refs:OtherInst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp180 const AsmWriterInst *OtherInst = in FindUniqueOperandCommands() local
183 if (OtherInst && in FindUniqueOperandCommands()
184 OtherInst->Operands.size() > FirstInst->Operands.size()) in FindUniqueOperandCommands()
185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()
187 if (!OtherInst || OtherInst->Operands.size() == Op || in FindUniqueOperandCommands()
188 OtherInst->Operands[Op] != FirstInst->Operands[Op]) { in FindUniqueOperandCommands()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp198 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local
199 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()
200 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()