Searched refs:PLI (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 205 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 D | SplitKit.cpp | 1250 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 D | MachinePipeliner.cpp | 2669 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 D | llvm_debuginfo.ml | 29 | PLI Constructor
|
| H A D | llvm_debuginfo.mli | 29 | PLI Constructor
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 893 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 2041 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
|
| H A D | PPCInstrP10.td | 627 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT), 2221 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
|
| H A D | PPCInstrInfo.cpp | 1097 case PPC::PLI: in isReallyTriviallyReMaterializable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 498 "t2PLDW?(i8|pci|s)", "(t2)?PLI")>;
|
| H A D | ARMInstrThumb2.td | 1900 // 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 D | ARMInstrInfo.td | 2313 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;
|