Home
last modified time | relevance | path

Searched refs:ImpDef (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp101 if (const MCPhysReg *ImpDef = MCID.getImplicitDefs()) in init() local
102 for (; *ImpDef; ++ImpDef) { in init()
103 unsigned R = *ImpDef; in init()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp436 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT() local
437 if (Reg == *ImpDef) in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1275 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT() local
1276 if (Reg == *ImpDef) in getPhysicalRegisterVT()
2842 for (const MCPhysReg *ImpDef = ImpDefs; *ImpDef; ++ImpDef) in canClobberReachingPhysRegUse() local
2846 if (TRI->regsOverlap(*ImpDef, SuccPred.getReg()) && in canClobberReachingPhysRegUse()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp333 MachineInstrBuilder ImpDef = BuildMI(*PredMBB, InsertPos, in computeMainRangesFixFlags() local
335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1690 unsigned ImpDef = MRI.createVirtualRegister(DstRC); in selectBuildVector() local
1693 .addDef(ImpDef); in selectBuildVector()
1698 .addUse(ImpDef) in selectBuildVector()
H A DAArch64ISelDAGToDAG.cpp823 SDValue ImpDef = SDValue( in Widen() local
826 TargetOpcode::INSERT_SUBREG, dl, MVT::i64, ImpDef, N, SubReg); in Widen()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp449 MachineSDNode *ImpDef = CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectBuildVector() local
453 RegSeqArgs[1 + (2 * i)] = SDValue(ImpDef, 0); in SelectBuildVector()
H A DSIISelLowering.cpp9274 SDValue ImpDef = DAG.getCopyToReg(DAG.getEntryNode(), SDLoc(Node), in PostISelFolding() local
9299 Ops.push_back(ImpDef.getValue(1)); in PostISelFolding()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp943 for (unsigned ImpDef : ImpDefs) in MergeOpsUpdate() local
944 MIB.addReg(ImpDef, RegState::ImplicitDefine); in MergeOpsUpdate()