Searched refs:PLI (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 211 TargetInstrInfo::PipelinerLoopInfo *PLI) in SwingSchedulerDAG() argument 213 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG() 645 TargetInstrInfo::PipelinerLoopInfo *PLI); 653 TargetInstrInfo::PipelinerLoopInfo *PLI);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowScheduler.cpp | 211 auto PLI = TII->analyzeLoopForPipelining(MBB); in initialize() local 229 if (PLI->shouldIgnoreForPipelining(&MI)) { in initialize()
|
| H A D | SplitKit.cpp | 1263 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local 1266 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() 1267 : static_cast<const LiveRange &>(PLI); in extendPHIRange()
|
| H A D | MachinePipeliner.cpp | 3169 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes() argument 3174 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes() 3196 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions() argument 3197 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 923 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF) 1013 HANDLE_DW_LNAME(0x0016, PLI, "ANSI PL/I", 1)
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 2010 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
|
| H A D | PPCInstrP10.td | 653 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT), 2298 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
|
| H A D | PPCInstrInfo.cpp | 1087 case PPC::PLI: in isReallyTriviallyReMaterializable()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 498 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
|
| H A D | ARMInstrThumb2.td | 1979 // PLD/PLDW/PLI aliases w/ the optional .w suffix 2008 // from the PC. Only PLD and PLI have pci variants (not PLDW) 2035 // PLD/PLI with alternate literal form.
|
| H A D | ARMInstrInfo.td | 2334 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;
|