Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp426 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedGather()
561 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedScatter()
955 cast<ConstantInt>(CI->getArgOperand(1))->getMaybeAlignValue(); in optimizeCallInst()
967 cast<ConstantInt>(CI->getArgOperand(2))->getMaybeAlignValue(); in optimizeCallInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h153 inline MaybeAlign getMaybeAlignValue() const { in getMaybeAlignValue() function
161 return getMaybeAlignValue().valueOrOne(); in getAlignValue()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp93 MaybeAlign MA = cast<ConstantInt>(AlignOp)->getMaybeAlignValue(); in isLegalTypeAndAlignment()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1589 MaybeAlign getMaybeAlignValue() const { return Value->getMaybeAlignValue(); }
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3923 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
3942 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp4106 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
4109 MTI->setSourceAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp155 MaybeAlign Align = cast<ConstantInt>(AlignArgOp)->getMaybeAlignValue(); in instCombineIntrinsic()
H A DARMISelLowering.cpp20531 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
20713 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
20754 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1313 Alignment = Op->getMaybeAlignValue(); in getInterestingMemoryOperands()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4310 Alignment = cast<ConstantInt>(I.getArgOperand(2))->getMaybeAlignValue(); in visitMaskedStore()
4428 ->getMaybeAlignValue() in visitMaskedScatter()
4473 Alignment = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in visitMaskedLoad()
4534 ->getMaybeAlignValue() in visitMaskedGather()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2660 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3378 MaybeAlign Alignment = cast<ConstantSDNode>(Tmp3)->getMaybeAlignValue(); in lowerDYNAMIC_STACKALLOCImpl()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12314 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()