HomeSort by relevance Sort by last modified time
    Searched refs:getDeadRegState (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 391 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
393 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
395 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
397 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
428 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
521 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
523 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
525 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
527 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
569 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead))
    [all...]
ARMBaseInstrInfo.h 314 return MIB.addReg(ARM::CPSR, getDefRegState(true) | getDeadRegState(isDead));
MLxExpansionPass.cpp 233 .addReg(DstReg, getDefRegState(true) | getDeadRegState(DstDead));
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 190 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) |
TargetInstrInfoImpl.cpp 106 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead), SubReg0)
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 307 inline unsigned getDeadRegState(bool B) {
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 161 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead))

Completed in 646 milliseconds