Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3548 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2() local
3549 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
3554 MI.setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()