Searched refs:PreventRoundChange (Results 1 – 7 of 7) sorted by relevance
56 bool PreventRoundChange; variable105 bool preventRoundChange() const { return PreventRoundChange; } in preventRoundChange()
127 class LLVM_LIBRARY_VISIBILITY PreventRoundChange132 PreventRoundChange(TargetMachine &tm);
65 def PreventRoundChange66 : SubtargetFeature<"prvntroundchange", "PreventRoundChange", "true",
48 PreventRoundChange = false; in initializeSubtargetDependencies()
711 char PreventRoundChange::ID = 0;713 PreventRoundChange::PreventRoundChange(TargetMachine &tm) in PreventRoundChange() function in PreventRoundChange716 bool PreventRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
163 addPass(new PreventRoundChange(getSparcTargetMachine())); in addPreEmitPass()
126 FeatureLeon, FixFSMULD, ReplaceFMULS, PreventRoundChange,