Searched refs:setIsDef (Results 1 – 8 of 8) sorted by relevance
159 MIB->getOperand(5).setIsDef(true);
930 MIB->getOperand(0).setIsDef(true); in ReduceToNarrow()
1491 MIB->getOperand(5).setIsDef(true); in RevertLoopEndDec()
3291 MI->getOperand(CPSRRegNum).setIsDef(true); in optimizeCompareInstr()
11508 MIB->getOperand(5).setIsDef(true); in EmitStructByval()12328 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
506 void setIsUse(bool Val = true) { setIsDef(!Val); }509 void setIsDef(bool Val = true);
218 Op.setIsDef(true); in expandCALL_RVMARKER()
102 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand