Home
last modified time | relevance | path

Searched refs:isLSRCostLess (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.h37 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DMipsTargetTransformInfo.cpp19 bool MipsTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in MipsTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h65 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DSystemZTargetTransformInfo.cpp426 bool SystemZTTIImpl::isLSRCostLess( in isLSRCostLess() function in SystemZTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DPPCTargetTransformInfo.cpp956 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in PPCTTIImpl
965 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h266 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DX86TargetTransformInfo.cpp6261 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h456 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DRISCVTargetTransformInfo.cpp2664 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h490 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DAArch64TargetTransformInfo.cpp5949 bool AArch64TTIImpl::isLSRCostLess( in isLSRCostLess() function in AArch64TTIImpl
5963 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp435 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() function in TargetTransformInfo
437 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h771 LLVM_ABI bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
H A DTargetTransformInfoImpl.h282 virtual bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h490 bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() function
492 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1609 return TTI->isLSRCostLess(C, Other.C); in isLess()