Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp323 if (TII->hasUnwantedEffectsWhenEXECEmpty(MI)) in mustRetainExeczBranch()
H A DSIInstrInfo.h797 bool hasUnwantedEffectsWhenEXECEmpty(const MachineInstr &MI) const;
H A DSIInstrInfo.cpp3519 bool SIInstrInfo::hasUnwantedEffectsWhenEXECEmpty(const MachineInstr &MI) const { in hasUnwantedEffectsWhenEXECEmpty() function in SIInstrInfo