Searched refs:HasDef (Results 1 – 9 of 9) sorted by relevance
83 bool HasDef; variable87 return (HasDef ? 1 : 0) + Pos;98 bool hasDef() const { return HasDef; } in hasDef()
161 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local162 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()174 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()177 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()196 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()201 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()217 if (HasDef) { in commuteInstructionImpl()
55 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
973 bool HasDef = false; in UpdateCPSRDef() local982 HasDef = true; in UpdateCPSRDef()985 return HasDef || LiveCPSR; in UpdateCPSRDef()
728 bool HasDef = false; in isPredicable() local732 if (HasDef) in isPredicable()734 HasDef = true; in isPredicable()
337 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local338 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
912 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local940 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
8812 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local8846 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()8909 if (IsAnyRegCC && HasDef) { in visitPatchpoint()8928 if (HasDef) { in visitPatchpoint()8939 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
4942 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local4943 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()4953 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()4954 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()