HomeSort by relevance Sort by last modified time
    Searched defs:getIntImmCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 80 virtual unsigned getIntImmCost(const APInt &Imm, Type *Ty) const;
143 unsigned ARMTTI::getIntImmCost(const APInt &Imm, Type *Ty) const {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 136 unsigned TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty) const {
137 return PrevTTI->getIntImmCost(Imm, Ty);
482 unsigned getIntImmCost(const APInt &Imm, Type *Ty) const {

Completed in 446 milliseconds