Searched refs:VecAlign (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 173 return commonAlignment(VecAlign, I * ElemSize); in getElemAlign() 183 Align VecAlign; member 497 Layout.VecAlign = Alignment; in getVectorLayout()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 6600 Align VecAlign = getStackTemporaryAlignment(VecTy); in lowerExtractInsertVectorElt() local 6605 VecAlign, PtrInfo); in lowerExtractInsertVectorElt() 6606 MIRBuilder.buildStore(SrcVec, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt() 6615 EltAlign = commonAlignment(VecAlign, Offset); in lowerExtractInsertVectorElt() 6627 MIRBuilder.buildLoad(DstReg, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 3682 Align VecAlign = DL.getPrefTypeAlign(Val); in getVectorInstrCost() local 3687 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost() 3694 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost() 3698 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, in getVectorInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 526 Align VecAlign = HRI.getSpillAlign(Hexagon::HvxVRRegClass); in LowerCall() local 527 LargestAlignSeen = std::max(LargestAlignSeen, VecAlign); in LowerCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 6713 const Align VecAlign(VecSize); in CC_AIX() local 6725 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6737 !isGPRShadowAligned(GPRs[NextRegIndex], VecAlign)) { in CC_AIX() 6756 State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6760 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6767 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6776 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6794 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX()
|