Searched refs:DefmPrefixLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h139 SMLoc DefmPrefixLoc);
142 SMLoc DefmPrefixLoc,
150 SMLoc DefmPrefixLoc);
H A DTGParser.cpp2248 SMLoc DefmPrefixLoc) {
2274 Record *CurRec = new Record(DefName, DefmPrefixLoc, Records);
2277 Ref.RefLoc = DefmPrefixLoc;
2285 Error(DefmPrefixLoc, "Could not resolve "
2307 Error(DefmPrefixLoc, "def '" + CurRec->getNameInitAsString() +
2321 SMLoc DefmPrefixLoc,
2332 if (SetValue(CurRec, DefmPrefixLoc, TArgs[i], std::vector<unsigned>(),
2356 SMLoc DefmPrefixLoc) {
2362 return Error(DefmPrefixLoc, "when instantiating this defm");
2372 return Error(DefmPrefixLoc, "def
2245 InstantiateMulticlassDef(MultiClass &MC, Record *DefProto, Init *DefmPrefix, SMLoc DefmPrefixLoc) argument
2319 ResolveMulticlassDefArgs(MultiClass &MC, Record *CurRec, SMLoc DefmPrefixLoc, SMLoc SubClassLoc, const std::vector<Init *> &TArgs, std::vector<Init *> &TemplateVals, bool DeleteArgs) argument
2353 ResolveMulticlassDef(MultiClass &MC, Record *CurRec, Record *DefProto, SMLoc DefmPrefixLoc) argument
2403 SMLoc DefmPrefixLoc = Lex.getLoc(); local
[all...]

Completed in 225 milliseconds