/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
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()
|
D | HexagonTargetTransformInfo.h | 105 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 574 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()
|
D | TargetTransformInfoImpl.h | 356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 375 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/ |
D | TargetTransformInfo.h | 857 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()
|
D | TargetTransformInfoImpl.h | 466 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 498 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/ |
D | BasicTTIImpl.h | 909 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1218 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3288 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/ |
D | LoopVectorize.cpp | 3144 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3166 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
|