Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h205 TargetInstrInfo::PipelinerLoopInfo *PLI) in SwingSchedulerDAG() argument
207 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
639 TargetInstrInfo::PipelinerLoopInfo *PLI);
643 TargetInstrInfo::PipelinerLoopInfo *PLI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp1250 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local
1253 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange()
1254 : static_cast<const LiveRange &>(PLI); in extendPHIRange()
H A DMachinePipeliner.cpp2669 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes() argument
2674 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()
2696 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions() argument
2697 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml29 | PLI Constructor
H A Dllvm_debuginfo.mli29 | PLI Constructor
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def893 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td2041 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
H A DPPCInstrP10.td627 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT),
2221 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
H A DPPCInstrInfo.cpp1097 case PPC::PLI: in isReallyTriviallyReMaterializable()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleA57.td498 "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.td2313 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;