OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpList
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
User.h
52
User(Type *ty, unsigned vty, Use *
OpList
, unsigned NumOps)
53
: Value(ty, vty), OperandList(
OpList
), NumOperands(NumOps) {}
/external/llvm/utils/TableGen/
InstrInfoEmitter.cpp
213
std::map<unsigned, unsigned>
OpList
;
222
OpList
[I->second] = Info.MIOperandNo;
224
OperandMap[
OpList
].push_back(Namespace + "::" + Inst->TheDef->getName());
278
const std::map<unsigned, unsigned> &
OpList
= i->first;
283
OS << (
OpList
.count(ii) == 0 ? -1 : (int)
OpList
.find(ii)->second)
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
357
const SDValue *
OpList
, unsigned N) {
360
AddNodeIDOperands(ID,
OpList
, N);
[
all
...]
Completed in 41 milliseconds