Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp155 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
158 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DHexagonTargetTransformInfo.h116 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1336 InstructionCost getCallInstrCost(
1848 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy,
2456 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
2459 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
H A DTargetTransformInfoImpl.h688 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp984 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
987 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2202 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp827 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6108 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
7366 return TTI->getCallInstrCost(CI->getCalledFunction(), in getEntryCost()
7692 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost()
H A DLoopVectorize.cpp3448 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, CostKind); in getVectorCallCost()
3476 TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind); in getVectorCallCost()