Home
last modified time | relevance | path

Searched refs:Reg0IsDead (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp96 bool Reg0IsDead = HasDef ? MI->getOperand(0).isDead() : false; in commuteInstruction() local
100 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp140 bool Reg0IsDead = MI->getOperand(0).isDead(); in commuteInstruction() local
142 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp379 bool Reg0IsDead = MI.getOperand(0).isDead(); in commuteInstructionImpl() local
381 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstructionImpl()