Home
last modified time | relevance | path

Searched refs:getMaybeAlignValue (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp419 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedGather()
554 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedScatter()
948 cast<ConstantInt>(CI->getArgOperand(1))->getMaybeAlignValue(); in optimizeCallInst()
960 cast<ConstantInt>(CI->getArgOperand(2))->getMaybeAlignValue(); in optimizeCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h157 inline MaybeAlign getMaybeAlignValue() const { in getMaybeAlignValue() function
165 return getMaybeAlignValue().valueOrOne(); in getAlignValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp473 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in tryCreateStridedLoadStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1633 MaybeAlign getMaybeAlignValue() const { return Value->getMaybeAlignValue(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp156 MaybeAlign Align = cast<ConstantInt>(AlignArgOp)->getMaybeAlignValue(); in instCombineIntrinsic()
H A DARMISelLowering.cpp20832 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
21014 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
21055 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4489 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
4508 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4691 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
4694 MTI->setSourceAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4561 Alignment = cast<ConstantInt>(I.getArgOperand(2))->getMaybeAlignValue(); in visitMaskedStore()
4681 ->getMaybeAlignValue() in visitMaskedScatter()
4726 Alignment = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in visitMaskedLoad()
4787 ->getMaybeAlignValue() in visitMaskedGather()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1370 Alignment = Op->getMaybeAlignValue(); in getInterestingMemoryOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2783 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14299 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerWindowsDYNAMIC_STACKALLOC()
14364 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerInlineDYNAMIC_STACKALLOC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3887 MaybeAlign Alignment = cast<ConstantSDNode>(Tmp3)->getMaybeAlignValue(); in lowerDYNAMIC_STACKALLOCImpl()