Searched refs:getCallInstrCost (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 137 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 140 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | HexagonTargetTransformInfo.h | 112 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1281 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 D | TargetTransformInfoImpl.h | 658 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 931 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 D | BasicTTIImpl.h | 2114 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 826 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3433 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost() 3460 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
|
| H A D | SLPVectorizer.cpp | 5682 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
|