OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcResourceIdx
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/MC/
MCSchedule.h
56
unsigned
ProcResourceIdx
;
60
return
ProcResourceIdx
== Other.
ProcResourceIdx
&& Cycles == Other.Cycles;
216
const MCProcResourceDesc *getProcResource(unsigned
ProcResourceIdx
) const {
219
assert(
ProcResourceIdx
< NumProcResourceKinds && "bad proc resource idx");
220
return &ProcResourceTable[
ProcResourceIdx
];
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
295
if (!SchedModel.getProcResource(PRI->
ProcResourceIdx
)->BufferSize)
MachineTraceMetrics.cpp
116
assert(PI->
ProcResourceIdx
< PRKinds && "Bad processor resource kind");
117
PRCycles[PI->
ProcResourceIdx
] += PI->Cycles;
[
all
...]
MachineScheduler.cpp
[
all
...]
ScheduleDAGInstrs.cpp
782
switch (SchedModel.getProcResource(PI->
ProcResourceIdx
)->BufferSize) {
[
all
...]
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
59
return LHS.
ProcResourceIdx
< RHS.
ProcResourceIdx
;
[
all
...]
Completed in 307 milliseconds