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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h111 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys,
H A DHexagonTargetTransformInfo.cpp134 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, function in class:HexagonTTIImpl
136 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1096 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
1457 virtual int getCallInstrCost(Function *F, Type *RetTy,
1893 int getCallInstrCost(Function *F, Type *RetTy,
1896 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind);
H A DTargetTransformInfoImpl.h528 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp803 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, function in class:TargetTransformInfo
806 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1675 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp503 const int CallCost = getCallInstrCost(nullptr, Dst, {Src}, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3300 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys,
3326 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys,
H A DSLPVectorizer.cpp3279 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys,

Completed in 192 milliseconds