Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp143 HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, in getCallInstrCost() function in HexagonTTIImpl
145 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h108 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp967 return getCallInstrCost(nullptr, VecTy, {VecTy, VecTy}, CostKind); in getArithmeticInstrCost()
1221 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
1224 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1668 LLVM_ABI InstructionCost getCallInstrCost(
H A DTargetTransformInfoImpl.h927 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h331 thisT()->getCallInstrCost(nullptr, RetTy, ICA.getArgTypes(), CostKind);
2960 getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2613 TTI.getCallInstrCost(CI->getCalledFunction(), RetTy, Tys, CostKind); in getVectorCallCost()
5790 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()
5895 VectorCost = TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind); in setVectorizedCallDecision()
H A DVPlanRecipes.cpp1448 return Ctx.TTI.getCallInstrCost(nullptr, Variant->getReturnType(), in computeCost()
H A DSLPVectorizer.cpp8978 TTI->getCallInstrCost(nullptr, VecTy, ArgTys, TTI::TCK_RecipThroughput); in getVectorCallCosts()
13711 return TTI->getCallInstrCost(CI->getCalledFunction(), in getEntryCost()
14201 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp853 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4122 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost()
4249 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost()