OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyCost
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
33
const int
CopyCost
;
43
: ID(id), Name(name), RegSize(RS), Alignment(Al),
CopyCost
(CC),
100
int getCopyCost() const { return
CopyCost
; }
/external/llvm/utils/TableGen/
CodeGenRegisters.h
113
int
CopyCost
;
Completed in 37 milliseconds