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

/external/llvm/include/llvm/IR/
H A DUser.h52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) argument
53 : Value(ty, vty), OperandList(OpList), NumOperands(NumOps) {}
/external/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp213 std::map<unsigned, unsigned> OpList; local
222 OpList[I->second] = Info.MIOperandNo;
224 OperandMap[OpList].push_back(Namespace + "::" + Inst->TheDef->getName());
278 const std::map<unsigned, unsigned> &OpList = i->first; local
283 OS << (OpList.count(ii) == 0 ? -1 : (int)OpList.find(ii)->second)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp357 const SDValue *OpList, unsigned N) {
360 AddNodeIDOperands(ID, OpList, N);
355 AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, SDVTList VTList, const SDValue *OpList, unsigned N) argument

Completed in 2051 milliseconds