Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp80 bool Reg1IsKill = MI->getOperand(Idx1).isKill(); in commuteInstruction() local
90 Reg1IsKill = false; in commuteInstruction()
113 MI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp120 bool Reg1IsKill = MI->getOperand(1).isKill(); in commuteInstruction() local
144 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstruction()
153 MI->getOperand(2).setIsKill(Reg1IsKill); in commuteInstruction()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp149 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local
164 Reg1IsKill = false; in commuteInstructionImpl()
186 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp353 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local
383 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()
396 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()