Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp127 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
129 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DHexagonTargetTransformInfo.h105 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
729 virtual int getCallInstrCost(Function *F, Type *RetTy,
956 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
958 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DTargetTransformInfoImpl.h356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp375 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
377 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h857 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
1141 virtual int getCallInstrCost(Function *F, Type *RetTy,
1491 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
1493 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DTargetTransformInfoImpl.h466 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp498 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
500 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h909 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1218 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3313 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3144 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3166 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()