Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertSingleUseVDST.cpp78 bool AllProducerOperandsAreSingleUse = true; in runOnMachineFunction() local
100 AllProducerOperandsAreSingleUse = false; in runOnMachineFunction()
104 if (AllProducerOperandsAreSingleUse && SIInstrInfo::isVALU(MI)) { in runOnMachineFunction()