OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRDef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
632
Record *
PRDef
= ProcModel.ProcResourceDefs[i];
637
int BufferSize =
PRDef
->getValueAsInt("BufferSize");
638
if (
PRDef
->isSubClassOf("ProcResGroup")) {
639
RecVec ResUnits =
PRDef
->getValueAsListOfDefs("Resources");
647
if (
PRDef
->getValueInit("Super")->isComplete()) {
649
PRDef
->getValueAsDef("Super"), ProcModel);
652
NumUnits =
PRDef
->getValueAsInt("NumUnits");
657
OS << " {DBGFIELD(\"" <<
PRDef
->getName() << "\") ";
658
if (
PRDef
->getName().size() < 15)
659
OS.indent(15 -
PRDef
->getName().size())
[
all
...]
CodeGenSchedule.h
211
unsigned getProcResourceIdx(Record *
PRDef
) const;
CodeGenSchedule.cpp
[
all
...]
Completed in 91 milliseconds