Searched refs:shouldSinkOperands (Results 1 – 8 of 8) sorted by relevance
442 bool shouldSinkOperands(Instruction *I,
17314 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
1219 bool shouldSinkOperands(Instruction *I,
31859 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
580 bool shouldSinkOperands(Instruction *I,
11179 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
2586 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
6921 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()