Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h203 TargetInstrInfo::PipelinerLoopInfo *PLI) in SwingSchedulerDAG() argument
205 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
599 TargetInstrInfo::PipelinerLoopInfo *PLI);
603 TargetInstrInfo::PipelinerLoopInfo *PLI);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp1251 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local
1254 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange()
1255 : static_cast<const LiveRange &>(PLI); in extendPHIRange()
H A DMachinePipeliner.cpp2711 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes() argument
2716 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()
2738 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions() argument
2739 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions()
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml29 | PLI Constructor
H A Dllvm_debuginfo.mli29 | PLI Constructor
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dthumb2.txt1320 # PLI(immediate)
1335 # PLI(register)
1352 # PLI(literal)
H A Dbasic-arm-instructions.txt1106 # FIXME: PLI
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def886 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td2034 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
H A DPPCInstrP10.td627 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT),
2140 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
H A DPPCInstrInfo.cpp1099 case PPC::PLI: in isReallyTriviallyReMaterializable()
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s2006 @ PLI(immediate)
2028 @ PLI(literal)
2038 @ PLI(register)
H A Dbasic-arm-instructions.s1790 @ FIXME: PLI
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA57.td499 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
H A DARMInstrThumb2.td1900 // PLD/PLDW/PLI aliases w/ the optional .w suffix
1929 // from the PC. Only PLD and PLI have pci variants (not PLDW)
1956 // PLD/PLI with alternate literal form.
H A DARMInstrInfo.td2303 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;