OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyCost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h
43
const int8_t
CopyCost
;
91
int getCopyCost() const { return
CopyCost
; }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
798
CopyCost
= R->getValueAsInt("
CopyCost
");
814
CopyCost
(0), Allocatable(true), AllocationPriority(0) {
835
CopyCost
= Super.
CopyCost
;
CodeGenRegisters.h
331
int
CopyCost
;
RegisterInfoEmitter.cpp
1079
assert(isInt<8>(RC.
CopyCost
) && "Copy cost too large.");
1087
<< ", " << RegSize << ", " << RC.
CopyCost
<< ", "
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026