Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp255 std::map<unsigned, unsigned> OpList; in initOperandMapData() local
263 OpList[I->second] = Info.MIOperandNo; in initOperandMapData()
265 OperandMap[OpList].push_back(Namespace.str() + "::" + in initOperandMapData()
319 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local
324 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", "; in emitOperandNameMappings()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp622 SDVTList VTList, ArrayRef<SDValue> OpList) { in AddNodeIDNode() argument
625 AddNodeIDOperands(ID, OpList); in AddNodeIDNode()