Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetInstrInfo.cpp189 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local
210 Reg1IsKill = false; in commuteInstructionImpl()
232 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1171 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local
1201 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()
1214 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()