OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocationPriority
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h
59
const uint8_t
AllocationPriority
;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h
334
uint8_t
AllocationPriority
;
CodeGenRegisters.cpp
801
int
AllocationPriority
= R->getValueAsInt("
AllocationPriority
");
802
if (
AllocationPriority
< 0 ||
AllocationPriority
> 63)
803
PrintFatalError(R->getLoc(), "
AllocationPriority
out of range [0,63]");
804
this->
AllocationPriority
=
AllocationPriority
;
814
CopyCost(0), Allocatable(true),
AllocationPriority
(0) {
838
AllocationPriority
= Super.
AllocationPriority
;
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026