Home
last modified time | relevance | path

Searched refs:Reg2IsKill (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp81 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstruction() local
86 Reg2IsKill = false; in commuteInstruction()
101 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
102 .addReg(Reg1, getKillRegState(Reg2IsKill)); in commuteInstruction()
105 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
106 .addReg(Reg1, getKillRegState(Reg2IsKill)); in commuteInstruction()
114 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp121 bool Reg2IsKill = MI->getOperand(2).isKill(); in commuteInstruction() local
129 Reg2IsKill = false; in commuteInstruction()
143 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
154 MI->getOperand(1).setIsKill(Reg2IsKill); in commuteInstruction()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp150 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local
159 Reg2IsKill = false; in commuteInstructionImpl()
187 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp354 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local
363 Reg2IsKill = false; in commuteInstructionImpl()
382 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()
397 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()