Searched refs:PLI (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 203 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 D | SplitKit.cpp | 1251 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 D | MachinePipeliner.cpp | 2711 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 D | llvm_debuginfo.ml | 29 | PLI Constructor
|
| H A D | llvm_debuginfo.mli | 29 | PLI Constructor
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | thumb2.txt | 1320 # PLI(immediate) 1335 # PLI(register) 1352 # PLI(literal)
|
| H A D | basic-arm-instructions.txt | 1106 # FIXME: PLI
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 886 HANDLE_DW_LANG(0x000f, PLI, 1, 3, DWARF)
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 2034 PADDI, PADDI8, PADDI8pc, PADDIpc, PLI, PLI8
|
| H A D | PPCInstrP10.td | 627 def PLI : MLS_DForm_SI34_RT5<14, (outs gprc:$RT), 2140 def : Pat<(i32 imm34:$imm), (PLI (getImmAs64BitInt imm:$imm))>;
|
| H A D | PPCInstrInfo.cpp | 1099 case PPC::PLI: in isReallyTriviallyReMaterializable()
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | basic-thumb2-instructions.s | 2006 @ PLI(immediate) 2028 @ PLI(literal) 2038 @ PLI(register)
|
| H A D | basic-arm-instructions.s | 1790 @ FIXME: PLI
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 499 "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 | 2303 defm PLI : APreLoad<1, 0, "pli">, Requires<[IsARM,HasV7]>;
|