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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 513 unsigned LoadBytes = WideBytes;
515 if (RemainingBytes >= LoadBytes) {
524 while (RemainingBytes < LoadBytes) {
525 LoadBytes >>= 1; // Reduce the load size by half.
526 LoadVT = EVT::getIntegerVT(*DAG.getContext(), LoadBytes << 3);
536 RemainingBytes -= LoadBytes;
537 Offset += LoadBytes;
539 DAG.getConstant(LoadBytes, BasePTR.getValueType()));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 889 milliseconds