Home
last modified time | relevance | path

Searched refs:IntermediateType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp345 LLT IntermediateType; in findVectorLegalAction() local
348 IntermediateType = LLT::fixed_vector(Aspect.Type.getNumElements(), in findVectorLegalAction()
351 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
354 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()
356 return {NotFound, IntermediateType}; in findVectorLegalAction()
360 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()
363 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp459 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local
461 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector()
481 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local
482 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector()
735 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector() local
736 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()