Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp137 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
140 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h112 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1281 InstructionCost getCallInstrCost(
1782 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy,
2352 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
2355 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DTargetTransformInfoImpl.h658 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp931 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
934 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2114 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp826 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3433 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost()
3460 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
H A DSLPVectorizer.cpp5682 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()