Searched refs:OpList (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp236 std::map<unsigned, unsigned> OpList; local
244 OpList[I->second] = Info.MIOperandNo;
246 OperandMap[OpList].push_back(Namespace.str() + "::" +
300 const std::map<unsigned, unsigned> &OpList = Entry.first; local
305 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", ";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp481 SDVTList VTList, ArrayRef<SDValue> OpList) {
484 AddNodeIDOperands(ID, OpList);

Completed in 124 milliseconds