Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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/
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()
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/lib/Target/PowerPC/
DP10InstrResources.td2041 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
DPPCInstrP10.td627 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT),
2221 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
DPPCInstrInfo.cpp1097 case PPC::PLI: in isReallyTriviallyReMaterializable()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDwarf.def893 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMScheduleA57.td498 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
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.
DARMInstrInfo.td2313 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;