/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 130 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
D | HexagonTargetTransformInfo.h | 107 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 122 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 124 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
D | HexagonTargetTransformInfo.h | 110 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-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1015 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const; 1355 virtual int getCallInstrCost(Function *F, Type *RetTy, 1785 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 1787 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
D | TargetTransformInfoImpl.h | 501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1178 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, 1574 virtual int getCallInstrCost(Function *F, Type *RetTy, 2046 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 2049 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
D | TargetTransformInfoImpl.h | 560 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, in getCallInstrCost() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 708 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 710 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 891 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 894 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); 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-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1557 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1825 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 743 const int CallCost = getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
/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-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3293 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3690 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, in getVectorCallCost() 3716 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys, in getVectorCallCost()
|
D | SLPVectorizer.cpp | 3410 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
|