Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp948 int CommutedOpcode = commuteOpcode(MI); in commuteInstructionImpl() local
949 if (CommutedOpcode == -1) in commuteInstructionImpl()
1022 CommutedMI->setDesc(get(CommutedOpcode)); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1376 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl() local
1377 if (CommutedOpcode == -1) in commuteInstructionImpl()
1413 CommutedMI->setDesc(get(CommutedOpcode)); in commuteInstructionImpl()