| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 96 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 291 bool WebAssemblyTTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in WebAssemblyTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 244 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1258 bool GCNTTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in GCNTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 312 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | X86TargetTransformInfo.cpp | 7159 bool X86TTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 348 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | ARMTargetTransformInfo.cpp | 2772 bool ARMTTIImpl::isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function in ARMTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 470 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | RISCVTargetTransformInfo.cpp | 2834 bool RISCVTTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in RISCVTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 493 bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | AArch64TargetTransformInfo.cpp | 6114 bool AArch64TTIImpl::isProfitableToSinkOperands( in isProfitableToSinkOperands() function in AArch64TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1468 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 D | TargetTransformInfo.h | 1875 LLVM_ABI bool isProfitableToSinkOperands(Instruction *I,
|
| H A D | TargetTransformInfoImpl.h | 1113 virtual bool isProfitableToSinkOperands(Instruction *I, in isProfitableToSinkOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7743 if (!TTI->isProfitableToSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
|