Searched refs:HasDef (Results 1 – 9 of 9) sorted by relevance
47 bool HasDef; variable53 bool hasDef() const { return HasDef; } in hasDef()57 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()
39 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
858 bool HasDef = false; in UpdateCPSRDef() local867 HasDef = true; in UpdateCPSRDef()870 return HasDef || LiveCPSR; in UpdateCPSRDef()
252 const bool HasDef = !Tmp->getType()->isVoidTy(); in lowerCallFromStatepoint() local253 if (HasDef) { in lowerCallFromStatepoint()
713 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local741 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
7007 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local7027 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()7092 if (IsAnyRegCC && HasDef) { in visitPatchpoint()7111 if (HasDef) { in visitPatchpoint()7122 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
747 bool HasDef = false; in isPredicable() local751 if (HasDef) in isPredicable()753 HasDef = true; in isPredicable()
4873 bool HasDef = MI->getDesc().getNumDefs(); in foldMemoryOperandImpl() local4874 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in foldMemoryOperandImpl()4884 if ((HasDef && Reg0 == Reg1 && Tied0) || in foldMemoryOperandImpl()4885 (HasDef && Reg0 == Reg2 && Tied1)) in foldMemoryOperandImpl()