Home
last modified time | relevance | path

Searched refs:preventRoundChange (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h105 bool preventRoundChange() const { return PreventRoundChange; } in preventRoundChange() function
DSparcTargetMachine.cpp162 if (this->getSparcTargetMachine().getSubtargetImpl()->preventRoundChange()) { in addPreEmitPass()