OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreventRoundChange
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcSubtarget.h
56
bool
PreventRoundChange
;
105
bool
preventRoundChange
() const { return
PreventRoundChange
; }
LeonPasses.h
127
class LLVM_LIBRARY_VISIBILITY
PreventRoundChange
132
PreventRoundChange
(TargetMachine &tm);
136
return "
PreventRoundChange
: Erratum Fix LBR33: prevent any rounding mode "
SparcSubtarget.cpp
48
PreventRoundChange
= false;
LeonPasses.cpp
705
//****
PreventRoundChange
pass
711
char
PreventRoundChange
::ID = 0;
713
PreventRoundChange
::
PreventRoundChange
(TargetMachine &tm)
716
bool
PreventRoundChange
::runOnMachineFunction(MachineFunction &MF) {
[
all
...]
SparcTargetMachine.cpp
162
if (this->getSparcTargetMachine().getSubtargetImpl()->
preventRoundChange
()) {
163
addPass(new
PreventRoundChange
(getSparcTargetMachine()));
Completed in 156 milliseconds