HomeSort by: relevance | last modified time | path
    Searched refs:getScalingFactorCost (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 686 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
1522 virtual InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
1909 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
1913 return Impl.getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, Scale,
TargetTransformInfoImpl.h 273 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 425 InstructionCost TargetTransformInfo::getScalingFactorCost(
428 InstructionCost Cost = TTIImpl->getScalingFactorCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 616 InstructionCost getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,
AArch64ISelLowering.cpp 11761 InstructionCost AArch64TargetLowering::getScalingFactorCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 459 /// getScalingFactorCost - Return the cost of the scaling used in
463 InstructionCost getScalingFactorCost(const DataLayout &DL,
ARMISelLowering.cpp 17485 InstructionCost ARMTargetLowering::getScalingFactorCost(const DataLayout &DL,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 333 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
341 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
TargetLowering.h 2358 virtual InstructionCost getScalingFactorCost(const DataLayout &DL,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1185 InstructionCost getScalingFactorCost(const DataLayout &DL,
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1012 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI,
1363 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue();
1760 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI,
1775 InstructionCost ScaleCostMinOffset = TTI.getScalingFactorCost(
1778 InstructionCost ScaleCostMaxOffset = TTI.getScalingFactorCost(

Completed in 71 milliseconds