OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bestmapping
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp
209
RegisterBankInfo::InstructionMapping *
BestMapping
= nullptr;
216
BestMapping
= &CurMapping;
222
assert(
BestMapping
&& "No suitable mapping for instruction");
223
return *
BestMapping
;
514
RegisterBankInfo::InstructionMapping
BestMapping
;
516
BestMapping
= RBI->getInstrMapping(MI);
517
MappingCost DefaultCost = computeMapping(MI,
BestMapping
, RepairPts);
526
BestMapping
= std::move(findBestMapping(MI, PossibleMappings, RepairPts));
529
assert(
BestMapping
.verify(MI) && "Invalid instruction mapping");
531
DEBUG(dbgs() << "Mapping: " <<
BestMapping
<< '\n')
[
all
...]
Completed in 1050 milliseconds