Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp905 bool IsKill2 = MI->getOperand(2).isKill(); in handleSpecialSwappables() local
906 MI->getOperand(1).setIsKill(IsKill2); in handleSpecialSwappables()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1310 bool IsKill2 = MI.getOperand(2).isKill(); in convertToThreeAddressWithLEA() local
1327 .addReg(Src2, getKillRegState(IsKill2)); in convertToThreeAddressWithLEA()
1330 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()