Searched refs:SmallestAlign (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1489 Align SmallestAlign = DAG.getReducedAlign(VecVT, /*UseABI=*/false); in SplitVecRes_INSERT_SUBVECTOR() local 1491 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1497 SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1507 SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1809 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 1815 SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 1822 commonAlignment(SmallestAlign, in SplitVecRes_INSERT_VECTOR_ELT() 1836 Hi = DAG.getLoad(HiVT, dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 3336 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecOp_EXTRACT_SUBVECTOR() 3342 SmallestAlign); in SplitVecOp_EXTRACT_SUBVECTOR() [all …]
|