Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp127 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
129 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h108 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h876 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
1171 virtual int getCallInstrCost(Function *F, Type *RetTy,
1529 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
1531 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
H A DTargetTransformInfoImpl.h472 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp554 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
556 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1364 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3075 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3097 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()