OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItinsDef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenSchedule.h
169
//
ItinsDef
always points to a valid record definition, but may point to the
178
Record *
ItinsDef
;
201
Index(Idx), ModelName(Name), ModelDef(MDef),
ItinsDef
(IDef) {}
204
return !
ItinsDef
->getValueAsListOfDefs("IID").empty();
253
Record *
ItinsDef
= ProcDef->getValueAsDef("ProcItin");
254
if (!
ItinsDef
->getValueAsListOfDefs("IID").empty()) {
257
return
ItinsDef
;
SubtargetEmitter.cpp
389
if (!ItinsDefSet.insert(PI->
ItinsDef
))
392
std::vector<Record*> FUs = PI->
ItinsDef
->getValueAsListOfDefs("FU");
396
const std::string &Name = PI->
ItinsDef
->getName();
406
std::vector<Record*> BPs = PI->
ItinsDef
->getValueAsListOfDefs("BP");
453
const std::string &Name = ProcModel.
ItinsDef
->getName();
567
Record *
ItinsDef
= PI->
ItinsDef
;
568
if (!ItinsDefSet.insert(
ItinsDef
))
572
const std::string &Name =
ItinsDef
->getName();
[
all
...]
CodeGenSchedule.cpp
167
Record *
ItinsDef
= ModelKey->getValueAsDef("Itineraries");
169
CodeGenProcModel(ProcModels.size(), Name, ModelKey,
ItinsDef
));
790
RecVec ItinRecords = ProcModel.
ItinsDef
->getValueAsListOfDefs("IID");
811
DEBUG(dbgs() << ProcModel.
ItinsDef
->getName()
820
dbgs() << ProcModel.
ItinsDef
->getName()
[
all
...]
Completed in 24 milliseconds