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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 779 static unsigned getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT,
808 IntermediateVT = NewVT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 231 EVT IntermediateVT;
235 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT,
250 PartVT, IntermediateVT, V);
259 PartVT, IntermediateVT, V);
264 Val = DAG.getNode(IntermediateVT.isVector() ?
532 EVT IntermediateVT;
536 IntermediateVT,
547 if (IntermediateVT.isVector())
549 IntermediateVT, Val,
554 IntermediateVT, Val
    [all...]

Completed in 33 milliseconds