Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h246 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getStorageAlignment()
323 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getStorageAlignment()
496 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getAlignment()
746 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp150 const Align AlignVal = cast<ConstantInt>(Alignment)->getAlignValue(); in scalarizeMaskedLoad()
288 const Align AlignVal = cast<ConstantInt>(Alignment)->getAlignValue(); in scalarizeMaskedStore()
1014 cast<ConstantInt>(CI->getArgOperand(1))->getAlignValue())) in optimizeCallInst()
1021 cast<ConstantInt>(CI->getArgOperand(2))->getAlignValue())) in optimizeCallInst()
H A DAlignmentFromAssumptions.cpp67 return cast<SCEVConstant>(AlignSCEV)->getValue()->getAlignValue(); in getNewAlignmentDiff()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp411 Align Alignment = cast<ConstantInt>(I->getArgOperand(1))->getAlignValue(); in lowerGather()
588 Align Alignment = cast<ConstantInt>(I->getArgOperand(2))->getAlignValue(); in lowerScatter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp296 cast<ConstantInt>(II.getArgOperand(1))->getAlignValue(); in simplifyMaskedLoad()
335 Align Alignment = cast<ConstantInt>(II.getArgOperand(2))->getAlignValue(); in simplifyMaskedStore()
373 cast<ConstantInt>(II.getArgOperand(1))->getAlignValue(); in simplifyMaskedGather()
404 cast<ConstantInt>(II.getArgOperand(2))->getAlignValue(); in simplifyMaskedScatter()
414 Align Alignment = cast<ConstantInt>(II.getArgOperand(2))->getAlignValue(); in simplifyMaskedScatter()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h173 inline Align getAlignValue() const { in getAlignValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1675 Align getAlignValue() const { return Value->getAlignValue(); }
H A DBasicTTIImpl.h1613 Align Alignment = cast<ConstantInt>(Args[2])->getAlignValue(); in getIntrinsicInstrCost()
1621 Align Alignment = cast<ConstantInt>(Args[1])->getAlignValue(); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp544 Align Alignment = PacketAlign->getAlignValue(); in fold_read_write_pipe()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp618 return C->getAlignValue(); in getAlignFromValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4765 Alignment = cast<ConstantInt>(I.getArgOperand(2))->getAlignValue(); in visitMaskedStore()
4939 Alignment = cast<ConstantInt>(I.getArgOperand(1))->getAlignValue(); in visitMaskedLoad()
H A DLegalizeDAG.cpp1750 Align Alignment = cast<ConstantSDNode>(Tmp3)->getAlignValue(); in ExpandDYNAMIC_STACKALLOC()