HomeSort by relevance Sort by last modified time
    Searched refs:AvoidCPSRPartialUpdate (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 124 /// AvoidCPSRPartialUpdate - If true, codegen would avoid using instructions
127 bool AvoidCPSRPartialUpdate;
214 bool avoidCPSRPartialUpdate() const { return AvoidCPSRPartialUpdate; }
ARMSubtarget.cpp 70 , AvoidCPSRPartialUpdate(false)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 188 /// AvoidCPSRPartialUpdate - If true, codegen would avoid using instructions
191 bool AvoidCPSRPartialUpdate = false;
470 bool avoidCPSRPartialUpdate() const { return AvoidCPSRPartialUpdate; }

Completed in 3574 milliseconds