Searched refs:ExtSizeInBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38975 unsigned ExtSizeInBits = SizeInBits / 2; in SimplifyDemandedVectorEltsForTargetNode() local 38979 ExtSizeInBits = SizeInBits / 4; in SimplifyDemandedVectorEltsForTargetNode() 38986 if (Src.getValueSizeInBits() > ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() 38987 Src = extractSubVector(Src, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 38992 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() 39013 if (ExtSizeInBits == MemVT.getStoreSizeInBits()) { in SimplifyDemandedVectorEltsForTargetNode() 39022 } else if ((ExtSizeInBits % MemVT.getStoreSizeInBits()) == 0) { in SimplifyDemandedVectorEltsForTargetNode() 39056 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 39088 insertSubVector(UndefVec, ExtOp, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 39122 ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() [all …]
|