Searched refs:ExtSizeInBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41450 unsigned ExtSizeInBits = SizeInBits / 2; in SimplifyDemandedVectorEltsForTargetNode() local 41454 ExtSizeInBits = SizeInBits / 4; in SimplifyDemandedVectorEltsForTargetNode() 41461 if (Src.getValueSizeInBits() > ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() 41462 Src = extractSubVector(Src, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41467 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() 41488 if (ExtSizeInBits == MemVT.getStoreSizeInBits()) { in SimplifyDemandedVectorEltsForTargetNode() 41497 } else if ((ExtSizeInBits % MemVT.getStoreSizeInBits()) == 0) { in SimplifyDemandedVectorEltsForTargetNode() 41527 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41559 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41604 ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() [all …]
|