Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp155 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
158 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h114 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1494 InstructionCost getCallInstrCost(
2048 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy,
2709 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
2712 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DTargetTransformInfoImpl.h742 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1064 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
1067 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3411 TTI.getCallInstrCost(CI->getCalledFunction(), RetTy, Tys, CostKind); in getVectorCallCost()
6733 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()
6824 TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind) + MaskCost; in setVectorizedCallDecision()
7017 TTI.getCallInstrCost(nullptr, VectorTy, OpTypes, CostKind); in getInstructionCost()
H A DSLPVectorizer.cpp6477 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
8372 return TTI->getCallInstrCost(CI->getCalledFunction(), in getEntryCost()
8735 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2333 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp829 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()