Searched refs:getIntImmCost (Results 1 - 4 of 4) sorted by relevance

/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
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h265 /// getIntImmCost - Return the expected cost of materializing the given
267 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
/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/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3466 if (TTI->getIntImmCost(Val, VT.getTypeForEVT(*DAG.getContext())) < 2)

Completed in 95 milliseconds