Searched refs:shouldSinkOperands (Results 1 – 10 of 10) sorted by relevance
377 bool shouldSinkOperands(Instruction *I,
1218 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
456 bool shouldSinkOperands(Instruction *I,
18971 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
602 bool shouldSinkOperands(Instruction *I,
12776 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
1282 bool shouldSinkOperands(Instruction *I,
34029 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
2787 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
6957 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()