HomeSort by: relevance | last modified time | path
    Searched refs:DstIsDead (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRExpandPseudoInsts.cpp 147 bool DstIsDead = MI.getOperand(0).isDead();
155 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
160 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
180 bool DstIsDead = MI.getOperand(0).isDead();
188 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
196 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
226 bool DstIsDead = MI.getOperand(0).isDead();
236 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead))
246 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead))
278 bool DstIsDead = MI.getOperand(0).isDead()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 541 bool DstIsDead = MI.getOperand(OpIdx).isDead();
556 MIB.addReg(DstRegPair, RegState::Define | getDeadRegState(DstIsDead));
560 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
562 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
564 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
566 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
627 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
742 bool DstIsDead = false;
744 DstIsDead = MI.getOperand(OpIdx).isDead();
747 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVExpandPseudoInsts.cpp 259 bool DstIsDead = MBBI->getOperand(0).isDead();
261 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 156 bool DstIsDead = MI.getOperand(0).isDead();
159 getDeadRegState(DstIsDead && LastItem) |
167 bool DstIsDead = MI.getOperand(0).isDead();
171 getDeadRegState(DstIsDead && LastItem) |
405 bool DstIsDead = MI.getOperand(0).isDead();
535 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 466 bool DstIsDead = MBBI->getOperand(0).isDead();
471 .addReg(Reg0, RegState::Define | getDeadRegState(DstIsDead));
473 .addReg(Reg1, RegState::Define | getDeadRegState(DstIsDead));

Completed in 20 milliseconds