Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2100 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2() local
2101 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
2106 MI.setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3333 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2() local
3334 if (CommutedOpc == -1) { in legalizeOperandsVOP2()
3339 MI.setDesc(get(CommutedOpc)); in legalizeOperandsVOP2()