Searched refs:shouldSinkOperands (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 79 bool shouldSinkOperands(Instruction *I,
|
| H A D | WebAssemblyISelLowering.cpp | 837 bool WebAssemblyTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in WebAssemblyTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 379 bool shouldSinkOperands(Instruction *I,
|
| H A D | AMDGPUISelLowering.cpp | 5978 bool AMDGPUTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AMDGPUTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 468 bool shouldSinkOperands(Instruction *I,
|
| H A D | RISCVISelLowering.cpp | 1999 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 464 bool shouldSinkOperands(Instruction *I,
|
| H A D | ARMISelLowering.cpp | 19262 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 667 bool shouldSinkOperands(Instruction *I,
|
| H A D | AArch64ISelLowering.cpp | 14979 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1357 bool shouldSinkOperands(Instruction *I,
|
| H A D | X86ISelLowering.cpp | 33732 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2966 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7234 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
|