Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5272 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2() local
5273 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
5278 MI.setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()