Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp136 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h112 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1218 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 DTargetTransformInfoImpl.h610 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp869 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 DBasicTTIImpl.h1951 getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp751 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3846 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, TTI::TCK_RecipThroughput); in getVectorCallCost()
3873 TTI.getCallInstrCost(nullptr, RetTy, Tys, TTI::TCK_RecipThroughput); in getVectorCallCost()
H A DSLPVectorizer.cpp3534 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()