Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFixWWMLiveness.cpp338 MachineInstr *OtherDef = nullptr; in processThenDef() local
341 OtherDef = &MI; in processThenDef()
344 OtherDef->addOperand(MachineOperand::CreateReg(Reg, false, /*isImp=*/true)); in processThenDef()
345 LLVM_DEBUG(dbgs() << *OtherDef); in processThenDef()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3000 SlotIndex OtherDef; in pruneSubRegValues() local
3002 OtherDef = V.OtherVNI->def; in pruneSubRegValues()
3022 if (V.Identical && S.Query(OtherDef).valueOut()) { in pruneSubRegValues()