Searched refs:IntermediateType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 345 LLT IntermediateType; in findVectorLegalAction() 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 getOpcodeIdxForOpcode() 342 LLT IntermediateType; findVectorLegalAction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 463 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local 465 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector() 485 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local 486 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector() 748 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector() local 749 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()
|