Searched refs:getCallInstrCost (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 155 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 158 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
| H A D | HexagonTargetTransformInfo.h | 116 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1336 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 D | TargetTransformInfoImpl.h | 688 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 984 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 D | BasicTTIImpl.h | 2202 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 827 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6108 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 D | LoopVectorize.cpp | 3448 TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, CostKind); in getVectorCallCost() 3476 TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind); in getVectorCallCost()
|