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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 869 SmallVector<EVT, 4> AggValueVTs;
870 ComputeValueVTs(TLI, AggTy, AggValueVTs);
873 ResultReg += TLI.getNumRegisters(FuncInfo.Fn->getContext(), AggValueVTs[i]);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 58 milliseconds