/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 141 InstructionCost HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 144 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
H A D | HexagonTargetTransformInfo.h | 106 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 913 return getCallInstrCost(nullptr, VecTy, {VecTy, VecTy}, CostKind); in getArithmeticInstrCost() 1119 TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo 1122 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1544 InstructionCost getCallInstrCost( 2121 virtual InstructionCost getCallInstrCost(Function *F, Type *RetTy, 2813 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function 2816 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
|
H A D | TargetTransformInfoImpl.h | 778 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2423 InstructionCost getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2907 TTI.getCallInstrCost(CI->getCalledFunction(), RetTy, Tys, CostKind); in getVectorCallCost() 6202 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision() 6293 TTI.getCallInstrCost(nullptr, RetTy, Tys, CostKind) + MaskCost; in setVectorizedCallDecision()
|
H A D | SLPVectorizer.cpp | 7622 TTI->getCallInstrCost(nullptr, VecTy, ArgTys, TTI::TCK_RecipThroughput); in getVectorCallCosts() 9862 return TTI->getCallInstrCost(CI->getCalledFunction(), in getEntryCost() 10258 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 833 getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3204 return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind); in getArithmeticInstrCost()
|