Searched refs:HasDef (Results 1 – 8 of 8) sorted by relevance
46 bool HasDef; variable52 bool hasDef() const { return HasDef; } in hasDef()56 return (HasDef ? 1 : 0) + Pos;
125 bool HasDef = MCID.getNumDefs(); in commuteInstruction() local126 if (HasDef && !MI->getOperand(0).isReg()) in commuteInstruction()137 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in commuteInstruction()140 unsigned SubReg0 = HasDef ? MI->getOperand(0).getSubReg() : 0; in commuteInstruction()147 if (HasDef && Reg0 == Reg1 && in commuteInstruction()152 } else if (HasDef && Reg0 == Reg2 && in commuteInstruction()165 if (HasDef) { in commuteInstruction()
41 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
254 const bool HasDef = !Tmp->getType()->isVoidTy(); in lowerCallFromStatepoint() local255 if (HasDef) { in lowerCallFromStatepoint()
712 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local740 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
7163 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local7183 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()7249 if (IsAnyRegCC && HasDef) { in visitPatchpoint()7268 if (HasDef) { in visitPatchpoint()7279 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
857 bool HasDef = false; in UpdateCPSRDef() local866 HasDef = true; in UpdateCPSRDef()869 return HasDef || LiveCPSR; in UpdateCPSRDef()
4388 bool HasDef = MI->getDesc().getNumDefs(); in foldMemoryOperandImpl() local4389 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in foldMemoryOperandImpl()4399 if ((HasDef && Reg0 == Reg1 && Tied0) || in foldMemoryOperandImpl()4400 (HasDef && Reg0 == Reg2 && Tied1)) in foldMemoryOperandImpl()