Home
last modified time | relevance | path

Searched refs:PLI (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h377 TargetInstrInfo::PipelinerLoopInfo *PLI, AliasAnalysis *AA) in SwingSchedulerDAG() argument
379 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
835 TargetInstrInfo::PipelinerLoopInfo *PLI);
843 TargetInstrInfo::PipelinerLoopInfo *PLI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp212 auto PLI = TII->analyzeLoopForPipelining(MBB); in initialize() local
230 if (PLI->shouldIgnoreForPipelining(&MI)) { in initialize()
H A DSplitKit.cpp1299 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local
1302 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange()
1303 : static_cast<const LiveRange &>(PLI); in extendPHIRange()
H A DMachinePipeliner.cpp3495 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes() argument
3500 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()
3525 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions() argument
3526 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def933 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
1024 HANDLE_DW_LNAME(0x0016, PLI, "ANSI PL/I", 1)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td2012 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
H A DPPCInstrP10.td663 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT),
2304 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
H A DPPCInstrInfo.cpp1085 case PPC::PLI: in isReallyTriviallyReMaterializable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td498 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
H A DARMInstrThumb2.td1985 // PLD/PLDW/PLI aliases w/ the optional .w suffix
2014 // from the PC. Only PLD and PLI have pci variants (not PLDW)
2041 // PLD/PLI with alternate literal form.
H A DARMInstrInfo.td2353 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;