Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp665 LLT IntermediateType; in findVectorLegalAction() local
668 IntermediateType = in findVectorLegalAction()
671 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
674 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()
676 return {NotFound, IntermediateType}; in findVectorLegalAction()
680 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()
683 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp440 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local
442 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector()
681 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector() local
682 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()