OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DetectRoundChange
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
LeonPasses.h
60
class LLVM_LIBRARY_VISIBILITY
DetectRoundChange
65
DetectRoundChange
();
69
return "
DetectRoundChange
: Leon erratum detection: detect any rounding "
LeonPasses.cpp
66
//****
DetectRoundChange
pass
74
char
DetectRoundChange
::ID = 0;
76
DetectRoundChange
::
DetectRoundChange
() : LEONMachineFunctionPass(ID) {}
78
bool
DetectRoundChange
::runOnMachineFunction(MachineFunction &MF) {
93
errs() << "Error: You are using the
detectroundchange
"
SparcSubtarget.h
52
bool
DetectRoundChange
;
97
bool
detectRoundChange
() const { return
DetectRoundChange
; }
SparcSubtarget.cpp
49
DetectRoundChange
= false;
SparcTargetMachine.cpp
176
if (this->getSparcTargetMachine().getSubtargetImpl()->
detectRoundChange
()) {
177
addPass(new
DetectRoundChange
());
Completed in 322 milliseconds