Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2723 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl() local
2724 if (CommutedOpcode == -1) in commuteInstructionImpl()
2763 CommutedMI->setDesc(get(CommutedOpcode)); in commuteInstructionImpl()