Searched refs:setIsDef (Results 1 – 10 of 10) sorted by relevance
159 MIB->getOperand(5).setIsDef(true);
930 MIB->getOperand(0).setIsDef(true); in ReduceToNarrow()
1472 MIB->getOperand(5).setIsDef(true); in RevertLoopEndDec()
3278 MI->getOperand(CPSRRegNum).setIsDef(true); in optimizeCompareInstr()
11669 MIB->getOperand(5).setIsDef(true); in EmitStructByval()12494 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
509 void setIsUse(bool Val = true) { setIsDef(!Val); }512 void setIsDef(bool Val = true);
273 void setIsDef(bool Value = true) { Def = Value; }
242 Op.setIsDef(OpIdx++ < NumDefs); in checkSemantics()
218 Op.setIsDef(true); in expandCALL_RVMARKER()
107 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand