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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp480 SDVTList VTList, ArrayRef<SDValue> OpList) {
483 AddNodeIDOperands(ID, OpList);

Completed in 91 milliseconds