Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2289 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl() local
2290 if (CommutedOpcode == -1) in commuteInstructionImpl()
2326 CommutedMI->setDesc(get(CommutedOpcode)); in commuteInstructionImpl()