Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1000 int Src1ModsVal = Src1Mods->getImm(); in commuteInstructionImpl() local
1001 assert((Src1ModsVal == 0) && "Not expecting modifiers with immediates"); in commuteInstructionImpl()
1004 Src0Mods->setImm(Src1ModsVal); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1340 int Src1ModsVal = Src1Mods->getImm(); in swapSourceModifiers() local
1343 Src0Mods->setImm(Src1ModsVal); in swapSourceModifiers()