Searched refs:VecAlign (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 208 return commonAlignment(VecAlign, Frag * SplitSize); in getFragmentAlign() 215 Align VecAlign; member 587 Layout.VecAlign = Alignment; in getVectorLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7562 Align VecAlign = getStackTemporaryAlignment(VecTy); in lowerExtractInsertVectorElt() local 7567 TypeSize::getFixed(VecTy.getSizeInBytes()), VecAlign, PtrInfo); in lowerExtractInsertVectorElt() 7568 MIRBuilder.buildStore(SrcVec, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt() 7577 EltAlign = commonAlignment(VecAlign, Offset); in lowerExtractInsertVectorElt() 7589 MIRBuilder.buildLoad(DstReg, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt() 7645 Align VecAlign = getStackTemporaryAlignment(VecTy); in lowerVECTOR_COMPRESS() local 7648 createStackTemporary(TypeSize::getFixed(VecTy.getSizeInBytes()), VecAlign, in lowerVECTOR_COMPRESS() 7664 MIRBuilder.buildStore(Passthru, StackPtr, PtrInfo, VecAlign); in lowerVECTOR_COMPRESS() 7718 MIRBuilder.buildLoad(Dst, StackPtr, PtrInfo, VecAlign); in lowerVECTOR_COMPRESS()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4500 Align VecAlign = DL.getPrefTypeAlign(Val); in getVectorInstrCost() local 4505 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) + in getVectorInstrCost() 4511 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) + in getVectorInstrCost() 4514 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, CostKind); in getVectorInstrCost()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 6990 const Align VecAlign(VecSize); in CC_AIX() local 7002 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7011 !isGPRShadowAligned(GPRs[NextRegIndex], VecAlign)) { in CC_AIX() 7030 State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7034 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7041 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7050 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7068 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX()
|