Searched refs:DetectRoundChange (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.h59 class LLVM_LIBRARY_VISIBILITY DetectRoundChange class in namespace:llvm
64 DetectRoundChange();
68 return "DetectRoundChange: Leon erratum detection: detect any rounding "
H A DLeonPasses.cpp65 //**** DetectRoundChange pass
73 char DetectRoundChange::ID = 0;
75 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} function in class:DetectRoundChange
77 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) {
H A DSparcSubtarget.h52 bool DetectRoundChange; member in class:llvm::SparcSubtarget
99 bool detectRoundChange() const { return DetectRoundChange; }
H A DSparcSubtarget.cpp49 DetectRoundChange = false;
H A DSparcTargetMachine.cpp182 addPass(new DetectRoundChange());

Completed in 117 milliseconds