Searched refs:HasDef (Results 1 – 12 of 12) sorted by relevance
83 bool HasDef; variable87 return (HasDef ? 1 : 0) + Pos;98 bool hasDef() const { return HasDef; } in hasDef()
169 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local170 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()182 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()185 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()204 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()209 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()225 if (HasDef) { in commuteInstructionImpl()
1137 bool HasDef = false; in allocateInstruction() local1146 HasDef = true; in allocateInstruction()1159 HasDef = true; in allocateInstruction()1177 if (HasDef) { in allocateInstruction()
63 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
984 bool HasDef = false; in UpdateCPSRDef() local993 HasDef = true; in UpdateCPSRDef()996 return HasDef || LiveCPSR; in UpdateCPSRDef()
729 bool HasDef = false; in isPredicable() local733 if (HasDef) in isPredicable()735 HasDef = true; in isPredicable()
1106 bool HasDef = !T.ranges("def" + std::to_string(Idx)).empty(); in TEST() local1107 if (!HasDecl && !HasDef) in TEST()1112 if (HasDef) in TEST()
382 bool HasDef = false; in markDefs() local394 HasDef |= Overlap.any(); in markDefs()411 if (HasDef) in markDefs()
346 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local347 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
771 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local799 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
9401 bool HasDef = !CB.getType()->isVoidTy(); in visitPatchpoint() local9435 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()9497 if (IsAnyRegCC && HasDef) { in visitPatchpoint()9515 if (HasDef) { in visitPatchpoint()9526 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
6171 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local6172 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()6182 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()6183 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()