Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUInstructionSelector.h74 bool isInstrUniform(const MachineInstr &MI) const;
HDSMInstructions.td832 if (!isInstrUniform(MI))
857 return isInstrUniform(MI);
HDAMDGPUInstructionSelector.cpp2752 bool AMDGPUInstructionSelector::isInstrUniform(const MachineInstr &MI) const { in isInstrUniform() function in AMDGPUInstructionSelector