Searched refs:MSE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowScheduler.cpp | 641 ModuloScheduleExpander MSE(*MF, MS, *Context->LIS, in expand() local 643 MSE.expand(); in expand() 644 MSE.cleanup(); in expand()
|
| H A D | ModuloSchedule.cpp | 2054 ModuloScheduleExpander MSE(MF, Schedule, *LIS, in validateAgainstModuloScheduleExpander() local 2056 MSE.expand(); in validateAgainstModuloScheduleExpander() 2057 MachineBasicBlock *ExpandedKernel = MSE.getRewrittenKernel(); in validateAgainstModuloScheduleExpander() 2060 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2123 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2869 ModuloScheduleExpander MSE( in runOnLoop() local 2871 MSE.expand(); in runOnLoop() 2872 MSE.cleanup(); in runOnLoop()
|
| H A D | MachinePipeliner.cpp | 879 PeelingModuloScheduleExpander MSE(MF, MS, &LIS); in schedule() local 880 MSE.expand(); in schedule() 884 ModuloScheduleExpanderMVE MSE(MF, MS, LIS); in schedule() local 885 MSE.expand(); in schedule() 887 ModuloScheduleExpander MSE(MF, MS, LIS, std::move(NewInstrChanges)); in schedule() local 888 MSE.expand(); in schedule() 889 MSE.cleanup(); in schedule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 200 def MSE : TernaryRXF<"mse", 0xED2F, null_frag, FP32, FP32, z_load, 4>;
|
| /freebsd/share/doc/papers/ |
| H A D | bsdreferences.bib | 14 @article{Armitage:2003:MSE:956993.957010,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 3194 const MCSymbolRefExpr *MSE = dyn_cast<MCSymbolRefExpr>(Value); in emitIntValue() local 3195 if (MSE && MSE->getSymbol().getName() == "?") { in emitIntValue()
|