OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCopyCost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h
111
int
getCopyCost
() const { return MC->
getCopyCost
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h
88
///
getCopyCost
- Return the cost of copying a value between two registers in
91
int
getCopyCost
() const { return CopyCost; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
135
Cost = RC->
getCopyCost
();
InstrEmitter.cpp
175
if (MatchReg && SrcRC->
getCopyCost
() < 0) {
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026