Home
last modified time | relevance | path

Searched defs:getCostOfKeepingLiveOverCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h815 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { getCostOfKeepingLiveOverCall() function
H A DTargetTransformInfo.h2800 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { getCostOfKeepingLiveOverCall() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1177 TargetTransformInfo::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { getCostOfKeepingLiveOverCall() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3522 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { getCostOfKeepingLiveOverCall() function in AArch64TTIImpl