Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5155 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2() local
5156 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
5161 MI.setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()