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()
1109 bool HasDef = false; in allocateInstruction() local1117 HasDef = true; in allocateInstruction()1129 HasDef = true; in allocateInstruction()1147 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()
9120 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local9154 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()9217 if (IsAnyRegCC && HasDef) { in visitPatchpoint()9236 if (HasDef) { in visitPatchpoint()9247 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
5631 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local5632 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()5642 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()5643 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()