Searched defs:Reg2IsKill (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp143 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); local
148 Reg2IsKill = false;
173 MI->getOperand(Idx1).setIsKill(Reg2IsKill);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp256 bool Reg2IsKill = MI->getOperand(2).isKill(); local
265 Reg2IsKill = false;
279 .addReg(Reg2, getKillRegState(Reg2IsKill))
294 MI->getOperand(1).setIsKill(Reg2IsKill);

Completed in 209 milliseconds