Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceRegisterDefs.cpp98 unsigned ImpDef = IsGeneric ? TargetOpcode::G_IMPLICIT_DEF in removeDefsFromFunction() local
102 InsPt = BuildMI(MBB, InsPt, DebugLoc(), TII->get(ImpDef)) in removeDefsFromFunction()
H A DReduceInstructionsMIR.cpp129 unsigned ImpDef = IsGeneric ? TargetOpcode::G_IMPLICIT_DEF in extractInstrFromFunction() local
131 BuildMI(*EntryMBB, EntryInsPt, DebugLoc(), TII->get(ImpDef)) in extractInstrFromFunction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp109 if (const MCPhysReg *ImpDef = MCID.getImplicitDefs()) in init() local
110 for (; *ImpDef; ++ImpDef) { in init()
111 unsigned R = *ImpDef; in init()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp431 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT() local
432 if (Reg == *ImpDef) in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1286 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT() local
1287 if (Reg == *ImpDef) in getPhysicalRegisterVT()
2875 for (const MCPhysReg *ImpDef = ImpDefs; *ImpDef; ++ImpDef) in canClobberReachingPhysRegUse() local
2879 if (TRI->regsOverlap(*ImpDef, SuccPred.getReg()) && in canClobberReachingPhysRegUse()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp333 MachineInstrBuilder ImpDef = BuildMI(*PredMBB, InsertPos, in computeMainRangesFixFlags() local
335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dfix-sgpr-copies.mir64 # Avoid infinite loop in SIInstrInfo::legalizeGenericOperand when checking for ImpDef.
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3509 if (const MCPhysReg *ImpDef = MI.getDesc().getImplicitDefs()) { in modifiesModeRegister() local
3510 for (; ImpDef && *ImpDef; ++ImpDef) { in modifiesModeRegister()
3511 if (*ImpDef == AMDGPU::MODE) in modifiesModeRegister()
5458 bool ImpDef = Def->isImplicitDef(); in legalizeGenericOperand() local
5459 while (!ImpDef && Def && Def->isCopy()) { in legalizeGenericOperand()
5463 ImpDef = Def && Def->isImplicitDef(); in legalizeGenericOperand()
5466 !ImpDef) in legalizeGenericOperand()
H A DAMDGPUISelDAGToDAG.cpp492 MachineSDNode *ImpDef = CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectBuildVector() local
497 RegSeqArgs[1 + (2 * i)] = SDValue(ImpDef, 0); in SelectBuildVector()
H A DSIISelLowering.cpp11823 SDValue ImpDef = DAG.getCopyToReg(DAG.getEntryNode(), SDLoc(Node), in PostISelFolding() local
11848 Ops.push_back(ImpDef.getValue(1)); in PostISelFolding()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp959 for (unsigned ImpDef : ImpDefs) in MergeOpsUpdate() local
960 MIB.addReg(ImpDef, RegState::ImplicitDefine); in MergeOpsUpdate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1097 SDValue ImpDef = SDValue( in Widen() local
1100 TargetOpcode::INSERT_SUBREG, dl, MVT::i64, ImpDef, N, SubReg); in Widen()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1173 MachineInstr *ImpDef = in convertToThreeAddressWithLEA() local
1260 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()