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()
170 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local171 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()183 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()186 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()203 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()208 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()224 if (HasDef) { in commuteInstructionImpl()
1160 bool HasDef = false; in allocateInstruction() local1171 HasDef = true; in allocateInstruction()1184 HasDef = true; in allocateInstruction()1202 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()
749 bool HasDef = false; in isPredicable() local753 if (HasDef) in isPredicable()755 HasDef = true; in isPredicable()
382 bool HasDef = false; in markDefs() local394 HasDef |= Overlap.any(); in markDefs()411 if (HasDef) in markDefs()
344 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local345 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
766 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local794 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
9649 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local9683 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()9745 if (IsAnyRegCC && HasDef) { in visitPatchpoint()9763 if (HasDef) { in visitPatchpoint()9774 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
6222 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local6223 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()6233 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()6234 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()