OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotsUsed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp
370
unsigned
slotsUsed
= 0;
376
slotsUsed
+= 2;
378
++
slotsUsed
;
381
if (
slotsUsed
> HEXAGON_PACKET_SIZE) {
HexagonMCInstrInfo.cpp
962
unsigned
slotsUsed
= 0;
968
slotsUsed
+= 2;
970
++
slotsUsed
;
972
return
slotsUsed
;
Completed in 28 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026