| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 143 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 D | HexagonTargetTransformInfo.h | 108 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 967 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 D | TargetTransformInfo.h | 1668 LLVM_ABI InstructionCost getCallInstrCost(
|
| H A D | TargetTransformInfoImpl.h | 927 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 331 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 D | LoopVectorize.cpp | 2613 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 D | VPlanRecipes.cpp | 1448 return Ctx.TTI.getCallInstrCost(nullptr, Variant->getReturnType(), in computeCost()
|
| H A D | SLPVectorizer.cpp | 8978 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 D | ARMTargetTransformInfo.cpp | 853 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4122 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost() 4249 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost()
|