Searched refs:getCallInstrCost (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 136 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | HexagonTargetTransformInfo.h | 112 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1218 InstructionCost getCallInstrCost( 1670 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy, 2182 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 2185 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 610 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 869 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 872 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1951 getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 751 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3846 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost() 3873 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
|
| H A D | SLPVectorizer.cpp | 3534 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
|