Displaying 2 results from an estimated 2 matches for "4148cfa1".
2015 Jan 20
2
[LLVMdev] Instruction Cost
...thread here has some more details on this:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-July/thread.html#74836
>
> Cheers,
> Jonas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150120/4148cfa1/attachment.html>
2015 Jan 14
6
[LLVMdev] Instruction Cost
Hi,
I'm looking for APIs that compute instruction costs, and noticed several of
them.
1. A series of APIs of TargetTransformInfo that compute the cost of
instructions of a particular type (e.g. getArithmeticInstrCost and
getShuffleCost)
2. TargetTransformInfo::getOperationCost
3. CostModel::getInstructionCost::getInstructionCost in
lib/Analysis/CostModel.cpp
Only the first one is used