Home
last modified time | relevance | path

Searched refs:getCallInstrCost (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h468 unsigned getCallInstrCost(Function *F, Type *RetTy,
589 virtual unsigned getCallInstrCost(Function *F, Type *RetTy,
751 unsigned getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
753 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DTargetTransformInfoImpl.h308 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp244 unsigned TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
246 return TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h701 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2678 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
2703 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()