Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1033 static unsigned getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT, in getVectorTypeBreakdownMVT() argument
1062 IntermediateVT = NewVT; in getVectorTypeBreakdownMVT()
1322 MVT IntermediateVT; in computeRegisterProperties() local
1325 NumRegistersForVT[i] = getVectorTypeBreakdownMVT(VT, IntermediateVT, in computeRegisterProperties()
1386 EVT &IntermediateVT, in getVectorTypeBreakdown() argument
1400 IntermediateVT = RegisterEVT; in getVectorTypeBreakdown()
1432 IntermediateVT = NewVT; in getVectorTypeBreakdown()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp267 EVT IntermediateVT; in getCopyFromPartsVector() local
271 TLI.getVectorTypeBreakdown(*DAG.getContext(), ValueVT, IntermediateVT, in getCopyFromPartsVector()
287 PartVT, IntermediateVT, V); in getCopyFromPartsVector()
296 PartVT, IntermediateVT, V); in getCopyFromPartsVector()
301 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS in getCopyFromPartsVector()
551 EVT IntermediateVT; in getCopyToPartsVector() local
555 IntermediateVT, in getCopyToPartsVector()
566 if (IntermediateVT.isVector()) in getCopyToPartsVector()
568 DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, IntermediateVT, Val, in getCopyToPartsVector()
573 ISD::EXTRACT_VECTOR_ELT, DL, IntermediateVT, Val, in getCopyToPartsVector()
/external/llvm/include/llvm/Target/
DTargetLowering.h486 EVT &IntermediateVT,