Searched refs:getCallInstrCost (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 136 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | HexagonTargetTransformInfo.h | 112 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1204 InstructionCost getCallInstrCost( 1658 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy, 2168 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 2171 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 611 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 866 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 869 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1978 getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 756 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3892 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost() 3919 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
|
| H A D | SLPVectorizer.cpp | 3565 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
|