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

  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 425 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead))
426 .addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
428 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
430 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
461 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
552 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
554 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
556 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
558 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
600 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead))
    [all...]
ARMBaseInstrInfo.h 306 return MIB.addReg(ARM::CPSR, getDefRegState(true) | getDeadRegState(isDead));
MLxExpansionPass.cpp 233 .addReg(DstReg, getDefRegState(true) | getDeadRegState(DstDead));
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 255 inline unsigned getDeadRegState(bool B) {
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 100 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead))
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 150 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead))

Completed in 1773 milliseconds