Home
last modified time | relevance | path

Searched refs:RegDef (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp48 for (const WriteState &RegDef : IR.getInstruction()->getDefs()) in checkPRF() local
49 RegDefs.emplace_back(RegDef.getRegisterID()); in checkPRF()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp664 Register RegDef = CopyOperands->Destination->getReg(); in ForwardCopyPropagateBlock() local
666 if (!TRI->regsOverlap(RegDef, RegSrc)) { in ForwardCopyPropagateBlock()
667 assert(RegDef.isPhysical() && RegSrc.isPhysical() && in ForwardCopyPropagateBlock()
670 MCRegister Def = RegDef.asMCReg(); in ForwardCopyPropagateBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp595 const unsigned RegDef = I.getOperand(0).getReg(); in checkRegisterCurDefs() local
598 for (MCRegAliasIterator Alias(RegDef, &RI, true); Alias.isValid(); in checkRegisterCurDefs()
603 reportWarning("Register `" + Twine(RI.getName(RegDef)) + in checkRegisterCurDefs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1015 MachineInstr *RegDef = getDefIgnoringCopies(OutInfo.Regs[0], MRI); in parametersInCSRMatch() local
1016 if (!RegDef || RegDef->getOpcode() != TargetOpcode::COPY) { in parametersInCSRMatch()
1024 Register CopyRHS = RegDef->getOperand(1).getReg(); in parametersInCSRMatch()
H A DUtils.cpp95 MachineInstr *RegDef = MRI.getVRegDef(Reg); in constrainOperandRegClass() local
96 Observer->changedInstr(*RegDef); in constrainOperandRegClass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp341 const MachineOperand *RegDef = MRI.getOneDef(Reg); in isSSA() local
342 if (RegDef && RegDef->getSubReg() != 0) in isSSA()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp566 SUnit *RegDef = LiveRegDefs[Pred.getReg()]; (void)RegDef; in ReleasePredecessors() local
567 assert((!RegDef || RegDef == SU || RegDef == Pred.getSUnit()) && in ReleasePredecessors()
H A DFastISel.cpp161 Register RegDef; in findLocalRegDef() local
166 if (RegDef) in findLocalRegDef()
168 RegDef = MO.getReg(); in findLocalRegDef()
174 return RegDef; in findLocalRegDef()