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

  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 304 // The smaller the chunks the more style resolves we do.
305 // Smaller chunk sizes will show more samples in style resolution.
307 // Smaller chunk sizes run slower overall, as the per-chunk overhead is high.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 294 bool Smaller = ValueVT.bitsLE(PartEVT);
295 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
323 bool Smaller = ValueVT.bitsLE(PartEVT);
324 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
512 bool Smaller = PartEVT.bitsLE(ValueVT);
513 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
522 bool Smaller = ValueVT.bitsLE(PartVT);
523 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
    [all...]

Completed in 475 milliseconds