Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp71 char DetectRoundChange::ID = 0;
73 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange
75 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.cpp199 addPass(new DetectRoundChange()); in addPreEmitPass()