Searched refs:HasDef (Results 1 – 9 of 9) sorted by relevance
47 bool HasDef; variable54 bool hasDef() const { return HasDef; } in hasDef()58 return (HasDef ? 1 : 0) + Pos;
126 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local127 if (HasDef && !MI->getOperand(0).isReg()) in commuteInstructionImpl()139 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in commuteInstructionImpl()142 unsigned SubReg0 = HasDef ? MI->getOperand(0).getSubReg() : 0; in commuteInstructionImpl()153 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()158 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()171 if (HasDef) { in commuteInstructionImpl()
39 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
314 bool HasDef = !DefTy->isVoidTy(); in lowerCallFromStatepoint() local340 if (HasDef) { in lowerCallFromStatepoint()352 if (HasDef && GCResult) { in lowerCallFromStatepoint()
726 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local754 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
6829 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local6860 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()6923 if (IsAnyRegCC && HasDef) { in visitPatchpoint()6942 if (HasDef) { in visitPatchpoint()6953 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
876 bool HasDef = false; in UpdateCPSRDef() local885 HasDef = true; in UpdateCPSRDef()888 return HasDef || LiveCPSR; in UpdateCPSRDef()
756 bool HasDef = false; in isPredicable() local760 if (HasDef) in isPredicable()762 HasDef = true; in isPredicable()
5655 bool HasDef = MI->getDesc().getNumDefs(); in foldMemoryOperandImpl() local5656 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in foldMemoryOperandImpl()5666 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()5667 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()