Searched refs:HasDef (Results 1 – 11 of 11) sorted by relevance
83 bool HasDef; variable 87 return (HasDef ? 1 : 0) + Pos;98 bool hasDef() const { return HasDef; } in hasDef()
172 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local173 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()185 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()188 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()205 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()210 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()226 if (HasDef) { in commuteInstructionImpl()
1408 bool HasDef = false; in allocateInstruction() local1418 HasDef = true; in allocateInstruction()1430 HasDef = true; in allocateInstruction()1448 if (HasDef) { in allocateInstruction()
63 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
980 bool HasDef = false; in UpdateCPSRDef() local989 HasDef = true; in UpdateCPSRDef()992 return HasDef || LiveCPSR; in UpdateCPSRDef()
750 bool HasDef = false; in isPredicable() local754 if (HasDef) in isPredicable()756 HasDef = true; in isPredicable()
382 bool HasDef = false; in markDefs() local394 HasDef |= Overlap.any(); in markDefs()411 if (HasDef) in markDefs()
346 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local347 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
767 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local772 if (IsAnyRegCC && HasDef) { in selectPatchpoint()803 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
10565 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local10601 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()10660 if (IsAnyRegCC && HasDef) { in visitPatchpoint()10678 if (HasDef) { in visitPatchpoint()10689 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
7322 bool HasDef = MI.getDesc().getNumDefs(); in commuteOperandsForFold() local7323 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteOperandsForFold()7331 if ((HasDef && Reg0 == Reg1 && Tied1) || (HasDef && Reg0 == Reg2 && Tied2)) in commuteOperandsForFold()