HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceFMULS (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 49 bool ReplaceFMULS;
104 bool replaceFMULS() const { return ReplaceFMULS; }
LeonPasses.h 113 class LLVM_LIBRARY_VISIBILITY ReplaceFMULS : public LEONMachineFunctionPass {
117 ReplaceFMULS(TargetMachine &tm);
121 return "ReplaceFMULS: Erratum Fix LBR32: replace FMULS instruction with a "
SparcSubtarget.cpp 47 ReplaceFMULS = false;
LeonPasses.cpp 222 //**** ReplaceFMULS pass
236 char ReplaceFMULS::ID = 0;
238 ReplaceFMULS::ReplaceFMULS(TargetMachine &tm)
241 bool ReplaceFMULS::runOnMachineFunction(MachineFunction &MF) {
301 "ReplaceFMULS pass."
    [all...]
SparcTargetMachine.cpp 159 if (this->getSparcTargetMachine().getSubtargetImpl()->replaceFMULS()) {
160 addPass(new ReplaceFMULS(getSparcTargetMachine()));

Completed in 2260 milliseconds