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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h107 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
H A DHexagonTargetTransformInfo.cpp128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, function in class:HexagonTTIImpl
130 return BaseT::getCallInstrCost(F, RetTy, Tys);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1015 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
1355 virtual int getCallInstrCost(Function *F, Type *RetTy,
1785 int getCallInstrCost(Function *F, Type *RetTy,
1787 return Impl.getCallInstrCost(F, RetTy, Tys);
H A DTargetTransformInfoImpl.h501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp708 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, function in class:TargetTransformInfo
710 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1557 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys);
3293 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys);

Completed in 115 milliseconds