Searched refs:SmallestAlign (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1407 Align SmallestAlign = DAG.getReducedAlign(VecVT, /*UseABI=*/false); in SplitVecRes_INSERT_SUBVECTOR() local 1409 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1415 SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1425 SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1722 Align SmallestAlign = DAG.getReducedAlign(VecVT, /*UseABI=*/false); in SplitVecRes_INSERT_VECTOR_ELT() local 1724 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 1730 SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 1737 commonAlignment(SmallestAlign, in SplitVecRes_INSERT_VECTOR_ELT() 1751 Hi = DAG.getLoad(HiVT, dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 3067 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecOp_EXTRACT_VECTOR_ELT() [all …]
|