OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrGroupSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp
62
unsigned Idx =
CurrGroupSize
;
82
CurrGroupSize
= 0;
100
return (
CurrGroupSize
== 0);
103
assert ((
CurrGroupSize
< 2 || !CurrGroupHas4RegOps) &&
105
if (
CurrGroupSize
== 2 && has4RegOps(SU->getInstr()))
111
assert ((getNumDecoderSlots(SU) <= 1) && (
CurrGroupSize
< 3) &&
135
if (
CurrGroupSize
== 0)
141
int NumGroups = ((
CurrGroupSize
> 3) ? (
CurrGroupSize
/ 3) : 1);
142
assert((
CurrGroupSize
<= 3 || CurrGroupSize % 3 == 0) &
[
all
...]
SystemZHazardRecognizer.h
52
unsigned
CurrGroupSize
;
94
unsigned getCurrGroupSize() {return
CurrGroupSize
;};
Completed in 27 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026