Home
last modified time | relevance | path

Searched refs:IntermediateVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1031 static unsigned getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT, in getVectorTypeBreakdownMVT() argument
1060 IntermediateVT = NewVT; in getVectorTypeBreakdownMVT()
1326 MVT IntermediateVT; in computeRegisterProperties() local
1329 NumRegistersForVT[i] = getVectorTypeBreakdownMVT(VT, IntermediateVT, in computeRegisterProperties()
1389 EVT &IntermediateVT, in getVectorTypeBreakdown() argument
1403 IntermediateVT = RegisterEVT; in getVectorTypeBreakdown()
1435 IntermediateVT = NewVT; in getVectorTypeBreakdown()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp252 EVT IntermediateVT; in getCopyFromPartsVector() local
256 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector()
271 PartVT, IntermediateVT, V); in getCopyFromPartsVector()
280 PartVT, IntermediateVT, V); in getCopyFromPartsVector()
285 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS in getCopyFromPartsVector()
536 EVT IntermediateVT; in getCopyToPartsVector() local
540 IntermediateVT, in getCopyToPartsVector()
551 if (IntermediateVT.isVector()) in getCopyToPartsVector()
553 IntermediateVT, Val, in getCopyToPartsVector()
558 IntermediateVT, Val, in getCopyToPartsVector()
/external/llvm/include/llvm/Target/
DTargetLowering.h470 EVT &IntermediateVT,