OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getUnits
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h
101
const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &
getUnits
() {
DwarfDebug.h
452
const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &
getUnits
() {
453
return InfoHolder.
getUnits
();
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h
78
FuncUnits
getUnits
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h
55
unsigned
getUnits
() const { return (Slots); }
60
return (countPopulation(A.
getUnits
()) < countPopulation(B.
getUnits
()));
HexagonMCInstrInfo.cpp
439
return ((Stage + HexagonStages)->
getUnits
());
443
unsigned HexagonMCInstrInfo::
getUnits
(MCInstrInfo const &MCII,
448
return ((II[SchedClass].FirstStage + HexagonStages)->
getUnits
());
466
unsigned Units = (Stage + HexagonStages)->
getUnits
();
469
// fyi:
getUnits
() will return 0x1, 0x2, 0x4 or 0x8
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
4332
// belong to any BB yet, we can't use
getUnits
API.
4336
unsigned FuncUnits =
getUnits
(MI);
4512
InstrStage::FuncUnits HexagonInstrInfo::
getUnits
(const MachineInstr &MI) const {
4516
return IS.
getUnits
();
Completed in 27 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026