Searched refs:ExtSizeInBits (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41365 unsigned ExtSizeInBits = SizeInBits / 2; in SimplifyDemandedVectorEltsForTargetNode() local 41369 ExtSizeInBits = SizeInBits / 4; in SimplifyDemandedVectorEltsForTargetNode() 41376 if (Src.getValueSizeInBits() > ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() 41377 Src = extractSubVector(Src, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41382 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() 41403 if (ExtSizeInBits == MemVT.getStoreSizeInBits()) { in SimplifyDemandedVectorEltsForTargetNode() 41412 } else if ((ExtSizeInBits % MemVT.getStoreSizeInBits()) == 0) { in SimplifyDemandedVectorEltsForTargetNode() 41442 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41474 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 41507 ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() [all …]
|