Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h334 MachineBasicBlock *peelKernel(LoopPeelDirection LPD);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1575 PeelingModuloScheduleExpander::peelKernel(LoopPeelDirection LPD) { in peelKernel() argument
1576 MachineBasicBlock *NewBB = PeelSingleBlockLoop(LPD, BB, MRI, TII); in peelKernel()
1577 if (LPD == LPD_Front) in peelKernel()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td584 def : InstRW<[WLat2LSU, WLat2LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZScheduleZEC12.td596 def : InstRW<[WLat2LSU, WLat2LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZScheduleZ13.td625 def : InstRW<[WLat1LSU, WLat1LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZScheduleZ16.td649 def : InstRW<[WLat1LSU, WLat1LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZScheduleZ15.td649 def : InstRW<[WLat1LSU, WLat1LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZScheduleZ14.td635 def : InstRW<[WLat1LSU, WLat1LSU, LSU2, GroupAlone], (instregex "LPD(G)?$")>;
H A DSystemZInstrInfo.td1889 def LPD : BinarySSF<"lpd", 0xC84, GR128>;