Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DScalarizeMaskedMemIntrin.cpp407 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedGather()
537 MaybeAlign AlignVal = cast<ConstantInt>(Alignment)->getMaybeAlignValue(); in scalarizeMaskedScatter()
/external/llvm-project/llvm/include/llvm/IR/
DConstants.h157 inline MaybeAlign getMaybeAlignValue() const { in getMaybeAlignValue() function
165 return getMaybeAlignValue().valueOrOne(); in getAlignValue()
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1544 MaybeAlign getMaybeAlignValue() const { return Value->getMaybeAlignValue(); }
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp152 MaybeAlign Align = cast<ConstantInt>(AlignArgOp)->getMaybeAlignValue(); in instCombineIntrinsic()
DARMISelLowering.cpp18141 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
18355 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
18396 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp3784 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
3803 Info.align = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in getTgtMemIntrinsic()
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp3877 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
3880 MTI->setSourceAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4170 Alignment = cast<ConstantInt>(I.getArgOperand(2))->getMaybeAlignValue(); in visitMaskedStore()
4285 ->getMaybeAlignValue() in visitMaskedScatter()
4325 Alignment = cast<ConstantInt>(I.getArgOperand(1))->getMaybeAlignValue(); in visitMaskedLoad()
4395 ->getMaybeAlignValue() in visitMaskedGather()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1417 Alignment = Op->getMaybeAlignValue(); in getInterestingMemoryOperands()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2553 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp3258 MaybeAlign Alignment = cast<ConstantSDNode>(Tmp3)->getMaybeAlignValue(); in lowerDYNAMIC_STACKALLOCImpl()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10349 cast<ConstantSDNode>(Op.getOperand(2))->getMaybeAlignValue(); in LowerDYNAMIC_STACKALLOC()