Searched refs:MSE (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 2032 ModuloScheduleExpander MSE(MF, Schedule, *LIS, in validateAgainstModuloScheduleExpander() local 2034 MSE.expand(); in validateAgainstModuloScheduleExpander() 2035 MachineBasicBlock *ExpandedKernel = MSE.getRewrittenKernel(); in validateAgainstModuloScheduleExpander() 2038 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2101 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2195 ModuloScheduleExpander MSE( in runOnLoop() local 2197 MSE.expand(); in runOnLoop() 2198 MSE.cleanup(); in runOnLoop()
|
H A D | MachinePipeliner.cpp | 660 PeelingModuloScheduleExpander MSE(MF, MS, &LIS); in schedule() local 661 MSE.expand(); in schedule() 663 ModuloScheduleExpander MSE(MF, MS, LIS, std::move(NewInstrChanges)); in schedule() local 664 MSE.expand(); in schedule() 665 MSE.cleanup(); in schedule()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrHFP.td | 200 def MSE : TernaryRXF<"mse", 0xED2F, null_frag, FP32, FP32, load, 4>;
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 3681 const MCSymbolRefExpr *MSE = dyn_cast<MCSymbolRefExpr>(Value); in emitIntValue() local 3682 if (MSE && MSE->getSymbol().getName() == "?") { in emitIntValue()
|