Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ !
H A DWebAssemblyISelLowering.h79 bool shouldSinkOperands(Instruction *I,
H A DWebAssemblyISelLowering.cpp835 bool WebAssemblyTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in WebAssemblyTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ !
H A DAMDGPUISelLowering.h393 bool shouldSinkOperands(Instruction *I,
H A DAMDGPUISelLowering.cpp6042 bool AMDGPUTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AMDGPUTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/ARM/ !
H A DARMISelLowering.h463 bool shouldSinkOperands(Instruction *I,
H A DARMISelLowering.cpp19284 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVISelLowering.h519 bool shouldSinkOperands(Instruction *I,
H A DRISCVISelLowering.cpp2143 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64ISelLowering.h689 bool shouldSinkOperands(Instruction *I,
H A DAArch64ISelLowering.cpp16018 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86ISelLowering.h1368 bool shouldSinkOperands(Instruction *I,
H A DX86ISelLowering.cpp34263 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DTargetLowering.h3081 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DCodeGenPrepare.cpp7348 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()