OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartMapping
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h
745
const RegisterBankInfo::PartialMapping &
PartMapping
) {
746
PartMapping
.print(OS);
771
hash_code hash_value(const RegisterBankInfo::PartialMapping &
PartMapping
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
274
llvm::hash_value(const RegisterBankInfo::PartialMapping &
PartMapping
) {
275
return hashPartialMapping(
PartMapping
.StartIdx,
PartMapping
.Length,
276
PartMapping
.RegBank);
291
auto &
PartMapping
= MapOfPartialMappings[Hash];
292
PartMapping
= std::make_unique<PartialMapping>(StartIdx, Length, RegBank);
293
return *
PartMapping
;
Completed in 20 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026