Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp486 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedGather()
626 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedScatter()
1146 cast<ConstantInt>(CI->getArgOperand(1))->getMaybeAlignValue(); in optimizeCallInst()
1158 cast<ConstantInt>(CI->getArgOperand(2))->getMaybeAlignValue(); in optimizeCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp504 MA = cast<ConstantInt>(II->getArgOperand(1))->getMaybeAlignValue(); in tryCreateStridedLoadStore()
519 MA = cast<ConstantInt>(II->getArgOperand(2))->getMaybeAlignValue(); in tryCreateStridedLoadStore()
H A DRISCVISelLowering.cpp24419 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in lowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h174 inline MaybeAlign getMaybeAlignValue() const { in getMaybeAlignValue() function
182 return getMaybeAlignValue().valueOrOne(); in getAlignValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp250 Alignment = Op->getMaybeAlignValue(); in getInterestingMemoryOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h150 inline MaybeAlign getMaybeAlignValue() const { in getMaybeAlignValue() function
151 return cast<llvm::ConstantInt>(Val)->getMaybeAlignValue(); in getMaybeAlignValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1762 MaybeAlign getMaybeAlignValue() const { return Value->getMaybeAlignValue(); }
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp159 MaybeAlign Align = cast<ConstantInt>(AlignArgOp)->getMaybeAlignValue(); in instCombineIntrinsic()
H A DARMISelLowering.cpp20789 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
20971 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
21012 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5106 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
5109 MTI->setSourceAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1517 Alignment = Op->getMaybeAlignValue(); in getInterestingMemoryOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2738 cast<ConstantSDNode>(Alignment)->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4970 ->getMaybeAlignValue() in visitMaskedScatter()
5086 ->getMaybeAlignValue() in visitMaskedGather()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4024 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16170 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerWindowsDYNAMIC_STACKALLOC()
16236 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerInlineDYNAMIC_STACKALLOC()