Searched refs:ExtSizeInBits (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42387 unsigned ExtSizeInBits = SizeInBits / 2; in SimplifyDemandedVectorEltsForTargetNode() local 42391 ExtSizeInBits = SizeInBits / 4; in SimplifyDemandedVectorEltsForTargetNode() 42398 if (Src.getValueSizeInBits() > ExtSizeInBits) in SimplifyDemandedVectorEltsForTargetNode() 42399 Src = extractSubVector(Src, 0, TLO.DAG, DL, ExtSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() 42401 ExtSizeInBits / VT.getScalarSizeInBits()); in SimplifyDemandedVectorEltsForTargetNode() 42404 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() 42410 ExtSizeInBits / VT.getScalarSizeInBits()); in SimplifyDemandedVectorEltsForTargetNode() 42419 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() 42425 if (ExtSizeInBits == MemVT.getStoreSizeInBits()) { in SimplifyDemandedVectorEltsForTargetNode() 42433 TLO.DAG, DL, ExtSizeInBits)); in SimplifyDemandedVectorEltsForTargetNode() [all …]
|