Searched refs:getCallInstrCost (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 127 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 129 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
| H A D | HexagonTargetTransformInfo.h | 108 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 876 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const; 1171 virtual int getCallInstrCost(Function *F, Type *RetTy, 1529 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 1531 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 472 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 554 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 556 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1364 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3075 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3097 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
|