Searched refs:shouldSinkOperands (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 79 bool shouldSinkOperands(Instruction *I,
|
H A D | WebAssemblyISelLowering.cpp | 835 bool WebAssemblyTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in WebAssemblyTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 393 bool shouldSinkOperands(Instruction *I,
|
H A D | AMDGPUISelLowering.cpp | 6042 bool AMDGPUTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AMDGPUTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 463 bool shouldSinkOperands(Instruction *I,
|
H A D | ARMISelLowering.cpp | 19284 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 519 bool shouldSinkOperands(Instruction *I,
|
H A D | RISCVISelLowering.cpp | 2143 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() 2142 bool RISCVTargetLowering::shouldSinkOperands( shouldSinkOperands() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1368 bool shouldSinkOperands(Instruction *I,
|
H A D | X86ISelLowering.cpp | 34263 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 689 bool shouldSinkOperands(Instruction *I,
|
H A D | AArch64ISelLowering.cpp | 16018 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3081 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7348 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
|