Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp994 int Src0ModsVal = Src0Mods->getImm(); in commuteInstructionImpl() local
995 if (!Src1Mods && Src0ModsVal != 0) in commuteInstructionImpl()
1003 Src1Mods->setImm(Src0ModsVal); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1339 int Src0ModsVal = Src0Mods->getImm(); in swapSourceModifiers() local
1342 Src1Mods->setImm(Src0ModsVal); in swapSourceModifiers()