Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2075 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl() local
2076 if (CommutedOpcode == -1) in commuteInstructionImpl()
2112 CommutedMI->setDesc(get(CommutedOpcode)); in commuteInstructionImpl()