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()
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()
1367 bool HasDef = false; in allocateInstruction() local1377 HasDef = true; in allocateInstruction()1389 HasDef = true; in allocateInstruction()1407 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()
381 bool HasDef = false; in markDefs() local393 HasDef |= Overlap.any(); in markDefs()410 if (HasDef) in markDefs()
343 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local344 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
763 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local791 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
10047 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local10081 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()10140 if (IsAnyRegCC && HasDef) { in visitPatchpoint()10158 if (HasDef) { in visitPatchpoint()10169 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
7412 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local7413 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()7423 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()7424 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()