Home
last modified time | relevance | path

Searched refs:shouldSinkOperands (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h79 bool shouldSinkOperands(Instruction *I,
H A DWebAssemblyISelLowering.cpp837 bool WebAssemblyTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in WebAssemblyTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h379 bool shouldSinkOperands(Instruction *I,
H A DAMDGPUISelLowering.cpp5978 bool AMDGPUTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AMDGPUTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h468 bool shouldSinkOperands(Instruction *I,
H A DRISCVISelLowering.cpp1999 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h464 bool shouldSinkOperands(Instruction *I,
H A DARMISelLowering.cpp19262 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h667 bool shouldSinkOperands(Instruction *I,
H A DAArch64ISelLowering.cpp14979 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1357 bool shouldSinkOperands(Instruction *I,
H A DX86ISelLowering.cpp33732 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2966 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7234 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()