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

/external/llvm/lib/TableGen/
H A DTGParser.cpp220 int newDefStart = CurMC->DefPrototypes.size();
223 for (MultiClass::RecordVector::const_iterator i = SMC->DefPrototypes.begin(),
224 iend = SMC->DefPrototypes.end();
235 CurMC->DefPrototypes.push_back(NewDef);
266 CurMC->DefPrototypes.begin() + newDefStart,
267 jend = CurMC->DefPrototypes.end();
1243 CurMultiClass->DefPrototypes.push_back(NewRec);
2008 // Parse the body before adding this prototype to the DefPrototypes vector.
2009 // That way implicit definitions will be added to the DefPrototypes vector
2017 for (unsigned i = 0, e = CurMultiClass->DefPrototypes
[all...]
H A DRecord.cpp1986 for (RecordVector::const_iterator r = DefPrototypes.begin(),
1987 rend = DefPrototypes.end();
/external/llvm/include/llvm/TableGen/
H A DRecord.h1635 RecordVector DefPrototypes; member in struct:llvm::MultiClass

Completed in 44 milliseconds