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

/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp80 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
147 unsigned ARMTTI::getIntImmCost(const APInt &Imm, Type *Ty) const { function in class:ARMTTI
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp148 unsigned TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty) const { function in class:TargetTransformInfo
149 return PrevTTI->getIntImmCost(Imm, Ty);
508 unsigned getIntImmCost(const APInt &Imm, Type *Ty) const { function in struct:__anon21114::NoTTI

Completed in 89 milliseconds