OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntImmCost
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetTransformInfo.h
265
///
getIntImmCost
- Return the expected cost of materializing the given
267
virtual unsigned
getIntImmCost
(const APInt &Imm, Type *Ty) const;
/external/llvm/lib/Analysis/
TargetTransformInfo.cpp
148
unsigned TargetTransformInfo::
getIntImmCost
(const APInt &Imm, Type *Ty) const {
149
return PrevTTI->
getIntImmCost
(Imm, Ty);
508
unsigned
getIntImmCost
(const APInt &Imm, Type *Ty) const {
/external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
80
virtual unsigned
getIntImmCost
(const APInt &Imm, Type *Ty) const;
147
unsigned ARMTTI::
getIntImmCost
(const APInt &Imm, Type *Ty) const {
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 5623 milliseconds