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()
1466 MIB->getOperand(5).setIsDef(true); in RevertLoopEndDec()
3121 MI->getOperand(CPSRRegNum).setIsDef(true); in optimizeCompareInstr()
11732 MIB->getOperand(5).setIsDef(true); in EmitStructByval()12561 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
509 void setIsUse(bool Val = true) { setIsDef(!Val); }512 LLVM_ABI void setIsDef(bool Val = true);
295 void setIsDef(bool Value = true) { Def = Value; }
280 Op.setIsDef(OpIdx++ < NumDefs); in checkSemantics()
216 Op.setIsDef(true); in expandCALL_RVMARKER()
106 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand