Home
last modified time | relevance | path

Searched refs:PreventRoundChange (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h56 bool PreventRoundChange; variable
105 bool preventRoundChange() const { return PreventRoundChange; } in preventRoundChange()
DLeonPasses.h127 class LLVM_LIBRARY_VISIBILITY PreventRoundChange
132 PreventRoundChange(TargetMachine &tm);
DLeonFeatures.td65 def PreventRoundChange
66 : SubtargetFeature<"prvntroundchange", "PreventRoundChange", "true",
DSparcSubtarget.cpp48 PreventRoundChange = false; in initializeSubtargetDependencies()
DLeonPasses.cpp711 char PreventRoundChange::ID = 0;
713 PreventRoundChange::PreventRoundChange(TargetMachine &tm) in PreventRoundChange() function in PreventRoundChange
716 bool PreventRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DSparcTargetMachine.cpp163 addPass(new PreventRoundChange(getSparcTargetMachine())); in addPreEmitPass()
DSparc.td126 FeatureLeon, FixFSMULD, ReplaceFMULS, PreventRoundChange,