Searched refs:setIsDead (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp102 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/
H A DMSP430FrameLowering.cpp101 MI->getOperand(3).setIsDead();
164 MI->getOperand(3).setIsDead();
173 MI->getOperand(3).setIsDead();
H A DMSP430RegisterInfo.cpp139 New->getOperand(3).setIsDead();
154 New->getOperand(3).setIsDead();
/external/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp188 New->getOperand(3).setIsDead();
216 New->getOperand(3).setIsDead();
/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h256 MO.setIsDead(false);
H A DMachineOperand.h381 void setIsDead(bool Val = true) { function in class:llvm::MachineOperand
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveVariables.h263 MO.setIsDead(false);
H A DMachineOperand.h336 void setIsDead(bool Val = true) { function in class:llvm::MachineOperand
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp154 (*--MI).getOperand(0).setIsDead(false);
344 MI->getOperand(0).setIsDead(true);
H A DRegAllocFast.cpp656 MO.setIsDead();
662 MO.setIsDead(false);
673 MO.setIsDead(false);
H A DRenameIndependentSubregs.cpp350 MO.setIsDead();
H A DDetectDeadLanes.cpp551 MO.setIsDead();
H A DMachineCSE.cpp597 CSMI->getOperand(ImplicitDefToUpdate).setIsDead(false);
H A DMachineInstr.cpp2036 MO.setIsDead();
2054 getOperand(OpIdx).setIsDead(false);
2075 MO.setIsDead(false);
2119 MO.setIsDead();
H A DLiveVariables.cpp536 MO.setIsDead(false);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp66 MO.setIsDead();
H A DWebAssemblyStoreResults.cpp119 MI.getOperand(0).setIsDead(false);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocFast.cpp598 MO.setIsDead();
604 MO.setIsDead(false);
615 MO.setIsDead(false);
H A DMachineInstr.cpp1113 MOp.setIsDead();
1636 MO.setIsDead();
1656 getOperand(OpIdx).setIsDead(false);
1707 if (Dead) MO.setIsDead();
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp302 MI.getOperand(CCDef).setIsDead(false);
H A DSystemZFrameLowering.cpp316 MI->getOperand(3).setIsDead();
H A DSystemZInstrInfo.cpp769 CCDef->setIsDead(true);
901 BuiltMI->findRegisterDefOperand(SystemZ::CC)->setIsDead(true);
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp89 MI->getOperand(3).setIsDead();
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.cpp180 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();
H A DX86RegisterInfo.cpp562 New->getOperand(3).setIsDead();
580 New->getOperand(3).setIsDead();

Completed in 1402 milliseconds

12