Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp244 std::map<unsigned, unsigned> OpList; in initOperandMapData() local
252 OpList[I->second] = Info.MIOperandNo; in initOperandMapData()
254 OperandMap[OpList].push_back(Namespace.str() + "::" + in initOperandMapData()
308 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local
313 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", "; in emitOperandNameMappings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp584 SDVTList VTList, ArrayRef<SDValue> OpList) { in AddNodeIDNode() argument
587 AddNodeIDOperands(ID, OpList); in AddNodeIDNode()