Searched refs:shouldSinkOperands (Results 1 – 10 of 10) sorted by relevance
379 bool shouldSinkOperands(Instruction *I,
1388 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
457 bool shouldSinkOperands(Instruction *I,
19048 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
623 bool shouldSinkOperands(Instruction *I,
13835 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
1334 bool shouldSinkOperands(Instruction *I,
35016 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
2849 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
7072 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()