Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h49 bool ReplaceFMULS; variable
104 bool replaceFMULS() const { return ReplaceFMULS; } in replaceFMULS()
DLeonPasses.h113 class LLVM_LIBRARY_VISIBILITY ReplaceFMULS : public LEONMachineFunctionPass {
117 ReplaceFMULS(TargetMachine &tm);
DLeonFeatures.td59 def ReplaceFMULS
60 : SubtargetFeature<"replacefmuls", "ReplaceFMULS", "true",
DSparcSubtarget.cpp47 ReplaceFMULS = false; in initializeSubtargetDependencies()
DLeonPasses.cpp236 char ReplaceFMULS::ID = 0;
238 ReplaceFMULS::ReplaceFMULS(TargetMachine &tm) in ReplaceFMULS() function in ReplaceFMULS
241 bool ReplaceFMULS::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DSparcTargetMachine.cpp160 addPass(new ReplaceFMULS(getSparcTargetMachine())); in addPreEmitPass()
DSparc.td126 FeatureLeon, FixFSMULD, ReplaceFMULS, PreventRoundChange,