Searched refs:HasDef (Results 1 – 11 of 11) sorted by relevance
83 bool HasDef; variable87 return (HasDef ? 1 : 0) + Pos;98 bool hasDef() const { return HasDef; } in hasDef()
171 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local172 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()184 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()187 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()206 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()211 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()227 if (HasDef) { in commuteInstructionImpl()
1123 bool HasDef = false; in allocateInstruction() local1131 HasDef = true; in allocateInstruction()1143 HasDef = true; in allocateInstruction()1161 if (HasDef) { in allocateInstruction()
63 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
983 bool HasDef = false; in UpdateCPSRDef() local992 HasDef = true; in UpdateCPSRDef()995 return HasDef || LiveCPSR; in UpdateCPSRDef()
729 bool HasDef = false; in isPredicable() local733 if (HasDef) in isPredicable()735 HasDef = true; in isPredicable()
383 bool HasDef = false; in markDefs() local395 HasDef |= Overlap.any(); in markDefs()412 if (HasDef) in markDefs()
336 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local337 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
774 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local802 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
9178 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local9212 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()9275 if (IsAnyRegCC && HasDef) { in visitPatchpoint()9294 if (HasDef) { in visitPatchpoint()9305 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
5685 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local5686 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()5696 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()5697 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()