Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h227 RegDef = 2, // Output register, "=r". enumerator
328 bool isRegDefKind() const { return getKind() == Kind::RegDef; } in isRegDefKind()
340 case Kind::RegDef: in getKindName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp591 const unsigned RegDef = I.getOperand(0).getReg(); in checkRegisterCurDefs() local
594 for (MCRegAliasIterator Alias(RegDef, &RI, true); Alias.isValid(); in checkRegisterCurDefs()
599 reportWarning("Register `" + Twine(RI.getName(RegDef)) + in checkRegisterCurDefs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp767 Register RegDef = CopyOperands->Destination->getReg(); in ForwardCopyPropagateBlock() local
769 if (!TRI->regsOverlap(RegDef, RegSrc)) { in ForwardCopyPropagateBlock()
770 assert(RegDef.isPhysical() && RegSrc.isPhysical() && in ForwardCopyPropagateBlock()
773 MCRegister Def = RegDef.asMCReg(); in ForwardCopyPropagateBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1057 MachineInstr *RegDef = getDefIgnoringCopies(OutInfo.Regs[0], MRI); in parametersInCSRMatch() local
1058 if (!RegDef || RegDef->getOpcode() != TargetOpcode::COPY) { in parametersInCSRMatch()
1066 Register CopyRHS = RegDef->getOperand(1).getReg(); in parametersInCSRMatch()
H A DInlineAsmLowering.cpp356 : InlineAsm::Kind::RegDef, in lowerInlineAsm()
H A DUtils.cpp96 MachineInstr *RegDef = MRI.getVRegDef(Reg); in constrainOperandRegClass() local
97 Observer->changedInstr(*RegDef); in constrainOperandRegClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp350 const MachineOperand *RegDef = MRI.getOneDef(Reg); in isSSA() local
351 if (RegDef && RegDef->getSubReg() != 0) in isSSA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp565 SUnit *RegDef = LiveRegDefs[Pred.getReg()]; (void)RegDef; in ReleasePredecessors() local
566 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()
H A DInstrEmitter.cpp1321 case InlineAsm::Kind::RegDef: in EmitSpecialNode()
H A DSelectionDAGBuilder.cpp9488 : InlineAsm::Kind::RegDef, in visitInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1622 case InlineAsm::Kind::RegDef: in handleSpecialFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp685 case InlineAsm::Kind::RegDef: in LowerINLINEASM()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3840 case InlineAsm::Kind::RegDef: in LowerINLINEASM()