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

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 69 if (FpMLxStalls == 0)
70 FpMLxStalls = 4;
81 FpMLxStalls = 0;
89 FpMLxStalls = 0;
96 if (FpMLxStalls && --FpMLxStalls == 0)
ARMHazardRecognizer.h 32 unsigned FpMLxStalls;

Completed in 84 milliseconds