Home
last modified time | relevance | path

Searched refs:DetectRoundChange (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp72 char DetectRoundChange::ID = 0;
74 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange
76 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DLeonPasses.h54 class LLVM_LIBRARY_VISIBILITY DetectRoundChange
59 DetectRoundChange();
H A DSparcSubtarget.h52 bool DetectRoundChange; variable
99 bool detectRoundChange() const { return DetectRoundChange; } in detectRoundChange()
H A DLeonFeatures.td46 def DetectRoundChange : SubtargetFeature<
48 "DetectRoundChange",
H A DSparcSubtarget.cpp49 DetectRoundChange = false; in initializeSubtargetDependencies()
H A DSparcTargetMachine.cpp177 addPass(new DetectRoundChange()); in addPreEmitPass()