Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h80 bool isInstrUniform(const MachineInstr &MI) const;
H A DSMInstructions.td755 if (!isInstrUniform(MI))
H A DAMDGPUInstructionSelector.cpp2312 bool AMDGPUInstructionSelector::isInstrUniform(const MachineInstr &MI) const { in isInstrUniform() function in AMDGPUInstructionSelector