Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp523 LLT IntermediateType; in findVectorLegalAction() local
526 IntermediateType = in findVectorLegalAction()
529 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
532 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()
534 return {NotFound, IntermediateType}; in findVectorLegalAction()
538 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()
541 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp680 EVT IntermediateType = in getCopyToPartsVector() local
682 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()