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 776 static unsigned getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT,
805 IntermediateVT = NewVT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 230 EVT IntermediateVT;
234 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT,
249 PartVT, IntermediateVT, V);
258 PartVT, IntermediateVT, V);
263 Val = DAG.getNode(IntermediateVT.isVector() ?
530 EVT IntermediateVT;
534 IntermediateVT,
545 if (IntermediateVT.isVector())
547 IntermediateVT, Val,
551 IntermediateVT, Val, DAG.getIntPtrConstant(i))
    [all...]

Completed in 176 milliseconds