OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AltMappings
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64RegisterBankInfo.cpp
301
InstructionMappings
AltMappings
;
309
AltMappings
.push_back(&GPRMapping);
310
AltMappings
.push_back(&FPRMapping);
311
return
AltMappings
;
323
InstructionMappings
AltMappings
;
343
AltMappings
.push_back(&GPRMapping);
344
AltMappings
.push_back(&FPRMapping);
345
AltMappings
.push_back(&GPRToFPRMapping);
346
AltMappings
.push_back(&FPRToGPRMapping);
347
return
AltMappings
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterBankInfo.cpp
307
InstructionMappings
AltMappings
;
308
AltMappings
.push_back(&Mapping);
309
return
AltMappings
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURegisterBankInfo.cpp
303
InstructionMappings
AltMappings
;
326
AltMappings
.push_back(&getInstructionMapping(MappingID++, Entry.Cost,
331
return
AltMappings
;
466
InstructionMappings
AltMappings
;
505
AltMappings
.push_back(&SCCMapping);
513
AltMappings
.push_back(&VCCMapping0);
514
return
AltMappings
;
526
AltMappings
.push_back(&SSMapping);
534
AltMappings
.push_back(&VVMapping);
553
AltMappings
.push_back(&SSMapping)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
423
InstructionMappings
AltMappings
= getInstrAlternativeMappings(MI);
424
append_range(PossibleMappings,
AltMappings
);
Completed in 17 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026