Home
last modified time | relevance | path

Searched refs:getCostOfKeepingLiveOverCall (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h227 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys);
H A DAArch64TargetTransformInfo.cpp3270 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall() function in AArch64TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1518 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const;
2055 getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) = 0;
2721 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall() function
2722 return Impl.getCostOfKeepingLiveOverCall(Tys); in getCostOfKeepingLiveOverCall()
H A DTargetTransformInfoImpl.h781 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1126 TargetTransformInfo::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall() function in TargetTransformInfo
1127 return TTIImpl->getCostOfKeepingLiveOverCall(Tys); in getCostOfKeepingLiveOverCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8759 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()