Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp785 Register RegDef = CopyOperands->Destination->getReg(); in ForwardCopyPropagateBlock()
787 if (!TRI->regsOverlap(RegDef, RegSrc)) { in ForwardCopyPropagateBlock()
788 assert(RegDef.isPhysical() && RegSrc.isPhysical() && in ForwardCopyPropagateBlock()
791 MCRegister Def = RegDef.asMCReg(); in ForwardCopyPropagateBlock()
767 Register RegDef = CopyOperands->Destination->getReg(); ForwardCopyPropagateBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1172 MachineInstr *RegDef = getDefIgnoringCopies(OutInfo.Regs[0], MRI); in copyArgumentMemory()
1173 if (!RegDef || RegDef->getOpcode() != TargetOpcode::COPY) { in copyArgumentMemory()
1181 Register CopyRHS = RegDef->getOperand(1).getReg(); in extendRegister()
1057 MachineInstr *RegDef = getDefIgnoringCopies(OutInfo.Regs[0], MRI); parametersInCSRMatch() local
H A DInlineAsmLowering.cpp356 : InlineAsm::Kind::RegDef, in lowerInlineAsm()
H A DUtils.cpp98 MachineInstr *RegDef = MRI.getVRegDef(Reg); in constrainOperandRegClass()
99 Observer->changedInstr(*RegDef); in constrainOperandRegClass()
1793 MachineInstr *RegDef = MRI.getVRegDef(Reg);
1796 if (auto *GMI = dyn_cast<GenericMachineInstr>(RegDef))
1801 switch (RegDef->getOpcode()) {
1809 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI);
1842 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI);
1844 GInsertVectorElement *Insert = cast<GInsertVectorElement>(RegDef);
1856 GExtractVectorElement *Extract = cast<GExtractVectorElement>(RegDef);
1868 GShuffleVector *Shuffle = cast<GShuffleVector>(RegDef);
96 MachineInstr *RegDef = MRI.getVRegDef(Reg); constrainOperandRegClass() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp369 const MachineOperand *RegDef = MRI.getOneDef(Reg); in computeFunctionProperties()
370 if (RegDef && RegDef->getSubReg() != 0) in computeFunctionProperties()
350 const MachineOperand *RegDef = MRI.getOneDef(Reg); isSSA() local
/freebsd-src/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.cpp1359 case InlineAsm::Kind::RegDef: in EmitSpecialNode()
H A DSelectionDAGBuilder.cpp10006 : InlineAsm::Kind::RegDef, in visitStackmap()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1624 case InlineAsm::Kind::RegDef: in handleSpecialFP()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp692 case InlineAsm::Kind::RegDef: in LowerINLINEASM()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3954 case InlineAsm::Kind::RegDef: in LowerVASTART()