| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 120 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
|
| H A D | SystemZISelDAGToDAG.cpp | 1541 if (GV->getPointerAlignment(DL).value() < StoreSize) in storeLoadIsAligned()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUMemoryUtils.cpp | 30 return DL.getValueOrABITypeAlignment(GV->getPointerAlignment(DL), in getAlign()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 327 Align LhsAlign = LhsSource->getPointerAlignment(DL); in getLoadPair() 328 Align RhsAlign = RhsSource->getPointerAlignment(DL); in getLoadPair()
|
| H A D | ExpandVectorPredication.cpp | 557 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 394 /*SrcAlign*/ Args[i]->getPointerAlignment(DL), in callBufferedPrintfArgPush()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 787 Align getPointerAlignment(const DataLayout &DL) const;
|
| H A D | IntrinsicInst.h | 587 MaybeAlign getPointerAlignment() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 31 Align BA = Base->getPointerAlignment(DL); in isAligned()
|
| H A D | MemoryDependenceAnalysis.cpp | 402 MemLoc.Ptr->getPointerAlignment(BB->getModule()->getDataLayout()); in getSimplePointerDependencyFrom()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 459 MaybeAlign VPIntrinsic::getPointerAlignment() const { in getPointerAlignment() function in VPIntrinsic
|
| H A D | Value.cpp | 926 Align Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
|
| H A D | ConstantFold.cpp | 832 GVAlign = GV->getPointerAlignment(DL); in ConstantFoldBinaryInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 228 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in vectorizeLoadInsert() 306 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in widenSubvectorLoad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1384 MaybeAlign Alignment = BasePtr->getPointerAlignment(*DL); in getInterestingMemoryOperands() 1409 MaybeAlign Alignment = VPI->getOperand(PtrOpNo)->getPointerAlignment(*DL); in getInterestingMemoryOperands() 1436 MaybeAlign Alignment = VPI->getPointerAlignment(); in getInterestingMemoryOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1346 IC.Builder.CreateMaskedLoad(VecTy, PtrOp, PtrOp->getPointerAlignment(DL), in instCombineSVELD1() 1365 VecOp, PtrOp, PtrOp->getPointerAlignment(DL), Pred); in instCombineSVEST1() 1663 BasePtr->getPointerAlignment(II.getModule()->getDataLayout()); in instCombineLD1GatherIndex() 1693 BasePtr->getPointerAlignment(II.getModule()->getDataLayout()); in instCombineST1ScatterIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1734 Alignment = VPI->getPointerAlignment().valueOrOne(); in getIntrinsicInstrCost() 1746 Alignment = VPI->getPointerAlignment().valueOrOne(); in getIntrinsicInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 874 return V->getPointerAlignment(M->getDataLayout()); in inferAlignFromPtrInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1060 Align Alignment = V->getPointerAlignment(DL); in SimplifyDemandedUseBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7870 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPLoad() 7897 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPGather() 7938 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPStore() 7961 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPScatter() 8002 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPStridedLoad() 8028 MaybeAlign Alignment = VPIntrin.getPointerAlignment(); in visitVPStridedStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5226 takeKnownMaximum(V.getPointerAlignment(A.getDataLayout()).value()); in initialize() 5261 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest() 5330 Align PA = Base->getPointerAlignment(DL); in updateImpl() 5339 Alignment = V.getPointerAlignment(DL).value(); in updateImpl() 5410 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 429 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) { in LowerLOAD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 7688 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64() 7724 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64() 7767 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
|
| H A D | PPCAsmPrinter.cpp | 1510 if (MO.getGlobal()->getPointerAlignment(DL) < 4) in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1263 CLI.CB->getCalledOperand()->getPointerAlignment(DAG.getDataLayout()), in LowerCall()
|