Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp74 char DetectRoundChange::ID = 0;
76 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange
78 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DLeonPasses.h60 class LLVM_LIBRARY_VISIBILITY DetectRoundChange
65 DetectRoundChange();
H A DSparcSubtarget.h53 bool DetectRoundChange; variable
100 bool detectRoundChange() const { return DetectRoundChange; } in detectRoundChange()
H A DLeonFeatures.td47 def DetectRoundChange : SubtargetFeature<
49 "DetectRoundChange",
H A DSparcSubtarget.cpp50 DetectRoundChange = false; in initializeSubtargetDependencies()
H A DSparcTargetMachine.cpp182 addPass(new DetectRoundChange()); in addPreEmitPass()