Searched refs:getCallInstrCost (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 468 unsigned getCallInstrCost(Function *F, Type *RetTy, 589 virtual unsigned getCallInstrCost(Function *F, Type *RetTy, 751 unsigned getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 753 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
D | TargetTransformInfoImpl.h | 308 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 244 unsigned TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 246 return TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 701 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2678 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 2703 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
|