Searched refs:IntermediateType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.cpp | 344 LLT IntermediateType; in findVectorLegalAction() local 347 IntermediateType = LLT::fixed_vector(Aspect.Type.getNumElements(), in findVectorLegalAction() 350 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction() 353 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction() 355 return {NotFound, IntermediateType}; in findVectorLegalAction() 359 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction() 362 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 460 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local 462 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector() 482 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local 483 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector() 745 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector() local 746 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()
|