Searched refs:HasDef (Results 1 – 9 of 9) sorted by relevance
84 bool HasDef; variable88 return (HasDef ? 1 : 0) + Pos;99 bool hasDef() const { return HasDef; } in hasDef()
152 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local153 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()165 unsigned Reg0 = HasDef ? MI.getOperand(0).getReg() : 0; in commuteInstructionImpl()168 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()187 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()192 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()208 if (HasDef) { in commuteInstructionImpl()
56 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
974 bool HasDef = false; in UpdateCPSRDef() local983 HasDef = true; in UpdateCPSRDef()986 return HasDef || LiveCPSR; in UpdateCPSRDef()
728 bool HasDef = false; in isPredicable() local732 if (HasDef) in isPredicable()734 HasDef = true; in isPredicable()
338 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local339 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
913 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local941 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
8202 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local8236 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()8299 if (IsAnyRegCC && HasDef) { in visitPatchpoint()8318 if (HasDef) { in visitPatchpoint()8329 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
4939 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local4940 unsigned Reg0 = HasDef ? MI.getOperand(0).getReg() : 0; in foldMemoryOperandImpl()4950 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()4951 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()