Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1896 int CommutedOpc = commuteOpcode(*MI); in legalizeOperandsVOP2() local
1897 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
1902 MI->setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()