Searched defs:isLSRCostLess (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1035 bool PPCTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp302 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, function in class:SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h264 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { function in class:llvm::BasicTTIImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h168 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp352 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { function in class:TargetTransformInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4005 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, function in class:X86TTIImpl

Completed in 130 milliseconds