Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonPasses.cpp73 char DetectRoundChange::ID = 0;
75 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange
77 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DLeonPasses.h59 class LLVM_LIBRARY_VISIBILITY DetectRoundChange
64 DetectRoundChange();
DSparcSubtarget.h52 bool DetectRoundChange; variable
99 bool detectRoundChange() const { return DetectRoundChange; } in detectRoundChange()
DLeonFeatures.td46 def DetectRoundChange : SubtargetFeature<
48 "DetectRoundChange",
DSparcSubtarget.cpp49 DetectRoundChange = false; in initializeSubtargetDependencies()
DSparcTargetMachine.cpp182 addPass(new DetectRoundChange()); in addPreEmitPass()