Searched refs:ResultInstOperandIndex (Results 1 – 12 of 12) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 638 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias() 652 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias() 670 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
|
D | CodeGenInstruction.h | 344 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
|
D | AsmMatcherEmitter.cpp | 1703 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference() 1768 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands() 1784 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands() 1785 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
|
D | AsmWriterEmitter.cpp | 790 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 662 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias() 676 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias() 694 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
|
D | CodeGenInstruction.h | 356 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
|
D | AsmMatcherEmitter.cpp | 1742 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in buildAliasOperandReference() 1819 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in buildAliasResultOperands() 1859 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands() 1873 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in buildAliasResultOperands() 1874 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in buildAliasResultOperands()
|
D | AsmWriterEmitter.cpp | 797 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 527 ResultInstOperandIndex.push_back(std::make_pair(i, -1)); in CodeGenInstAlias() 543 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp)); in CodeGenInstAlias()
|
D | CodeGenInstruction.h | 316 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex; variable
|
D | AsmMatcherEmitter.cpp | 1378 unsigned ResultIdx = CGA.ResultInstOperandIndex[i].first; in BuildAliasOperandReference() 1379 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second; in BuildAliasOperandReference() 1436 unsigned LastOpNo = CGA.ResultInstOperandIndex.size(); in BuildAliasResultOperands() 1450 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) { in BuildAliasResultOperands() 1451 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second; in BuildAliasResultOperands()
|
D | AsmWriterEmitter.cpp | 839 unsigned LastOpNo = CGA->ResultInstOperandIndex.size(); in EmitPrintAliasInstruction()
|