Searched refs:PLI (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 206 TargetInstrInfo::PipelinerLoopInfo *PLI) in SwingSchedulerDAG() argument 208 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG() 640 TargetInstrInfo::PipelinerLoopInfo *PLI); 648 TargetInstrInfo::PipelinerLoopInfo *PLI);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1264 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local 1267 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() 1268 : static_cast<const LiveRange &>(PLI); in extendPHIRange()
|
| H A D | MachinePipeliner.cpp | 3100 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes() argument 3105 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes() 3127 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions() argument 3128 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions()
|
| /freebsd-14.2/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), 2283 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
|
| H A D | PPCInstrInfo.cpp | 1074 case PPC::PLI: in isReallyTriviallyReMaterializable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 917 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
|
| /freebsd-14.2/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 | 2333 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;
|