OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyCost
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
51
const int
CopyCost
;
67
RegSize(RS), Alignment(Al),
CopyCost
(CC), Allocatable(Allocable),
251
int getCopyCost() const { return
CopyCost
; }
/external/llvm/utils/TableGen/
CodeGenRegisters.h
96
int
CopyCost
;
CodeGenRegisters.cpp
326
CopyCost
= R->getValueAsInt("
CopyCost
");
RegisterInfoEmitter.cpp
623
<< RC.
CopyCost
<< ", "
Completed in 1817 milliseconds