Home
last modified time | relevance | path

Searched refs:isProfitableToSinkOperands (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h96 bool isProfitableToSinkOperands(Instruction *I,
H A DWebAssemblyTargetTransformInfo.cpp291 bool WebAssemblyTTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in WebAssemblyTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h244 bool isProfitableToSinkOperands(Instruction *I,
H A DAMDGPUTargetTransformInfo.cpp1258 bool GCNTTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h312 bool isProfitableToSinkOperands(Instruction *I,
H A DX86TargetTransformInfo.cpp7159 bool X86TTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h348 bool isProfitableToSinkOperands(Instruction *I,
H A DARMTargetTransformInfo.cpp2772 bool ARMTTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h470 bool isProfitableToSinkOperands(Instruction *I,
H A DRISCVTargetTransformInfo.cpp2834 bool RISCVTTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h493 bool isProfitableToSinkOperands(Instruction *I,
H A DAArch64TargetTransformInfo.cpp6114 bool AArch64TTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1468 bool TargetTransformInfo::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in TargetTransformInfo
1470 return TTIImpl->isProfitableToSinkOperands(I, OpsToSink); in isProfitableToSinkOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1875 LLVM_ABI bool isProfitableToSinkOperands(Instruction *I,
H A DTargetTransformInfoImpl.h1113 virtual bool isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7743 if (!TTI->isProfitableToSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()