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

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

Completed in 534 milliseconds