Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h211 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 DWindowScheduler.cpp211 auto PLI = TII->analyzeLoopForPipelining(MBB); in initialize() local
229 if (PLI->shouldIgnoreForPipelining(&MI)) { in initialize()
H A DSplitKit.cpp1263 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 DMachinePipeliner.cpp3169 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 DDwarf.def923 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 DP10InstrResources.td2010 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
H A DPPCInstrP10.td653 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT),
2298 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
H A DPPCInstrInfo.cpp1087 case PPC::PLI: in isReallyTriviallyReMaterializable()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td498 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
H A DARMInstrThumb2.td1979 // 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 DARMInstrInfo.td2334 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;