Home
last modified time | relevance | path

Searched refs:TiedNames (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1735 std::map<std::string, std::string> TiedNames; in populateInstruction() local
1741 TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second; in populateInstruction()
1742 TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second; in populateInstruction()
1899 if (!NumberedInsnOperands[TiedNames[Op.second]].empty()) { in populateInstruction()
1900 if (!NumberedInsnOperandsNoTie.count(TiedNames[Op.second])) { in populateInstruction()
1902 unsigned i = CGI.Operands.getOperandNamed(TiedNames[Op.second]); in populateInstruction()
1913 InsnOperands.push_back(NumberedInsnOperands[TiedNames[Op.second]] in populateInstruction()
1979 Var->getName() != TiedNames[Op.second]) { in populateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1788 std::map<std::string, std::string> TiedNames; in populateInstruction() local
1794 TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second; in populateInstruction()
1795 TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second; in populateInstruction()
1950 if (!NumberedInsnOperands[TiedNames[Op.second]].empty()) { in populateInstruction()
1951 if (!NumberedInsnOperandsNoTie.count(TiedNames[Op.second])) { in populateInstruction()
1953 unsigned i = CGI.Operands.getOperandNamed(TiedNames[Op.second]); in populateInstruction()
1964 InsnOperands.push_back(NumberedInsnOperands[TiedNames[Op.second]] in populateInstruction()
2010 Var->getName() != TiedNames[Op.second]) { in populateInstruction()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.cpp1283 std::map<std::string, std::string> TiedNames; in populateInstruction() local
1287 TiedNames[InOutOperands[i].second] = InOutOperands[tiedTo].second; in populateInstruction()
1288 TiedNames[InOutOperands[tiedTo].second] = InOutOperands[i].second; in populateInstruction()
1343 Var->getName() != TiedNames[NI->second]) { in populateInstruction()