Searched refs:MSE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 640 ModuloScheduleExpander MSE(*MF, MS, *Context->LIS, in expand() local 642 MSE.expand(); in expand() 643 MSE.cleanup(); in expand()
|
H A D | ModuloSchedule.cpp | 2035 ModuloScheduleExpander MSE(MF, Schedule, *LIS, in validateAgainstModuloScheduleExpander() local 2037 MSE.expand(); in validateAgainstModuloScheduleExpander() 2038 MachineBasicBlock *ExpandedKernel = MSE.getRewrittenKernel(); in validateAgainstModuloScheduleExpander() 2041 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2104 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2834 ModuloScheduleExpander MSE( in runOnLoop() local 2836 MSE.expand(); in runOnLoop() 2837 MSE.cleanup(); in runOnLoop()
|
H A D | MachinePipeliner.cpp | 733 PeelingModuloScheduleExpander MSE(MF, MS, &LIS); in schedule() local 734 MSE.expand(); in schedule() 738 ModuloScheduleExpanderMVE MSE(MF, MS, LIS); in schedule() local 739 MSE.expand(); in schedule() 741 ModuloScheduleExpander MSE(MF, MS, LIS, std::move(NewInstrChanges)); in schedule() local 742 MSE.expand(); in schedule() 743 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 | 3650 const MCSymbolRefExpr *MSE = dyn_cast<MCSymbolRefExpr>(Value); in emitIntValue() local 3651 if (MSE && MSE->getSymbol().getName() == "?") { in emitIntValue()
|