Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h377 bool shouldSinkOperands(Instruction *I,
H A DRISCVISelLowering.cpp1218 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h456 bool shouldSinkOperands(Instruction *I,
H A DARMISelLowering.cpp18971 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h602 bool shouldSinkOperands(Instruction *I,
H A DAArch64ISelLowering.cpp12776 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1282 bool shouldSinkOperands(Instruction *I,
H A DX86ISelLowering.cpp34029 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2787 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6957 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()