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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp157 unsigned TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty) const { function in class:TargetTransformInfo
158 return PrevTTI->getIntImmCost(Imm, Ty);
536 unsigned getIntImmCost(const APInt &Imm, Type *Ty) const { function in struct:__anon2227::NoTTI
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h300 /// getIntImmCost - Return the expected cost of materializing the given
302 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp80 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
150 unsigned ARMTTI::getIntImmCost(const APInt &Imm, Type *Ty) const { function in class:ARMTTI
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3560 if (TTI->getIntImmCost(Val, VT.getTypeForEVT(*DAG.getContext())) < 2)

Completed in 114 milliseconds