Searched refs:shouldSinkOperands (Results 1 – 8 of 8) sorted by relevance
455 bool shouldSinkOperands(Instruction *I,
18032 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
581 bool shouldSinkOperands(Instruction *I,
11538 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
1219 bool shouldSinkOperands(Instruction *I,
32052 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
2606 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
6943 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()