Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp141 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
144 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h106 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp913 return getCallInstrCost(nullptr, VecTy, {VecTy, VecTy}, CostKind); in getArithmeticInstrCost()
1119 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
1122 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1544 InstructionCost getCallInstrCost(
2121 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy,
2813 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
2816 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DTargetTransformInfoImpl.h778 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2423 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2907 TTI.getCallInstrCost(CI->getCalledFunction(), RetTy, Tys, CostKind); in getVectorCallCost()
6202 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()
6293 TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind) + MaskCost; in setVectorizedCallDecision()
H A DSLPVectorizer.cpp7622 TTI->getCallInstrCost(nullptr, VecTy, ArgTys, TTI::TCK_RecipThroughput); in getVectorCallCosts()
9862 return TTI->getCallInstrCost(CI->getCalledFunction(), in getEntryCost()
10258 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp833 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3204 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost()