Searched defs:getCostOfKeepingLiveOverCall (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 781 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { getCostOfKeepingLiveOverCall() function |
H A D | TargetTransformInfo.h | 2721 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { getCostOfKeepingLiveOverCall() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1126 TargetTransformInfo::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { getCostOfKeepingLiveOverCall() function in TargetTransformInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.cpp | 3270 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { getCostOfKeepingLiveOverCall() function in AArch64TTIImpl |