HomeSort by relevance Sort by last modified time
    Searched refs:setIsDead (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 102 MI->getOperand(3).setIsDead();
165 MI->getOperand(3).setIsDead();
174 MI->getOperand(3).setIsDead();
266 New->getOperand(3).setIsDead();
282 New->getOperand(3).setIsDead();
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.cpp 101 MI->getOperand(3).setIsDead();
164 MI->getOperand(3).setIsDead();
173 MI->getOperand(3).setIsDead();
MSP430RegisterInfo.cpp 139 New->getOperand(3).setIsDead();
154 New->getOperand(3).setIsDead();
  /external/llvm/lib/Target/AVR/
AVRRegisterInfo.cpp 188 New->getOperand(3).setIsDead();
216 New->getOperand(3).setIsDead();
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 256 MO.setIsDead(false);
MachineOperand.h 381 void setIsDead(bool Val = true) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 263 MO.setIsDead(false);
MachineOperand.h 336 void setIsDead(bool Val = true) {
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 154 (*--MI).getOperand(0).setIsDead(false);
344 MI->getOperand(0).setIsDead(true);
RegAllocFast.cpp 656 MO.setIsDead();
662 MO.setIsDead(false);
673 MO.setIsDead(false);
    [all...]
RenameIndependentSubregs.cpp 350 MO.setIsDead();
DetectDeadLanes.cpp 551 MO.setIsDead();
MachineCSE.cpp 597 CSMI->getOperand(ImplicitDefToUpdate).setIsDead(false);
MachineInstr.cpp     [all...]
LiveVariables.cpp 536 MO.setIsDead(false);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPeephole.cpp 66 MO.setIsDead();
WebAssemblyStoreResults.cpp 119 MI.getOperand(0).setIsDead(false);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 598 MO.setIsDead();
604 MO.setIsDead(false);
615 MO.setIsDead(false);
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 302 MI.getOperand(CCDef).setIsDead(false);
SystemZFrameLowering.cpp 316 MI->getOperand(3).setIsDead();
SystemZInstrInfo.cpp 769 CCDef->setIsDead(true);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZFrameLowering.cpp 89 MI->getOperand(3).setIsDead();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp 180 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
661 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
757 MI->getOperand(3).setIsDead();
    [all...]
X86RegisterInfo.cpp 562 New->getOperand(3).setIsDead();
580 New->getOperand(3).setIsDead();

Completed in 604 milliseconds

1 2