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
615
Record *
PRDef
= ProcModel.ProcResourceDefs[i];
620
int BufferSize =
PRDef
->getValueAsInt("BufferSize");
621
if (
PRDef
->isSubClassOf("ProcResGroup")) {
622
RecVec ResUnits =
PRDef
->getValueAsListOfDefs("Resources");
630
if (
PRDef
->getValueInit("Super")->isComplete()) {
632
PRDef
->getValueAsDef("Super"), ProcModel);
635
NumUnits =
PRDef
->getValueAsInt("NumUnits");
640
OS << " {DBGFIELD(\"" <<
PRDef
->getName() << "\") ";
641
if (
PRDef
->getName().size() < 15)
642
OS.indent(15 -
PRDef
->getName().size())
[
all
...]
CodeGenSchedule.h
212
unsigned getProcResourceIdx(Record *
PRDef
) const;
CodeGenSchedule.cpp
[
all
...]
Completed in 51 milliseconds