Searched defs:getCopyCost (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h93 /// getCopyCost - Return the cost of copying a value between two registers in
96 int getCopyCost() const { return MC->getCopyCost(); } function in class:llvm::TargetRegisterClass
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h92 /// getCopyCost - Return the cost of copying a value between two registers in
95 int getCopyCost() const { return CopyCost; } function in class:llvm::MCRegisterClass

Completed in 93 milliseconds