Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h73 bool isInstrUniform(const MachineInstr &MI) const;
H A DSMInstructions.td843 if (!isInstrUniform(MI))
H A DAMDGPUInstructionSelector.cpp2400 bool AMDGPUInstructionSelector::isInstrUniform(const MachineInstr &MI) const { in isInstrUniform() function in AMDGPUInstructionSelector