| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 107 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
|
| H A D | SystemZISelDAGToDAG.cpp | 1500 if (GV->getPointerAlignment(DL).value() < StoreSize) in storeLoadIsAligned()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPULDSUtils.cpp | 196 return DL.getValueOrABITypeAlignment(GV->getPointerAlignment(DL), in getAlign()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 284 Align LhsAlign = LhsSource->getPointerAlignment(DL); in getLoadPair() 285 Align RhsAlign = RhsSource->getPointerAlignment(DL); in getLoadPair()
|
| H A D | CodeGenPrepare.cpp | 2135 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 345 MaybeAlign VPIntrinsic::getPointerAlignment() const { in getPointerAlignment() function in VPIntrinsic
|
| H A D | Value.cpp | 906 Align Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
|
| H A D | ConstantFold.cpp | 1055 GVAlign = GV->getPointerAlignment(DL); in ConstantFoldBinaryInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 36 Align BA = Base->getPointerAlignment(DL); in isAligned()
|
| H A D | ValueTracking.cpp | 1953 Align Alignment = V->getPointerAlignment(Q.DL); in computeKnownBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 765 Align getPointerAlignment(const DataLayout &DL) const;
|
| H A D | IntrinsicInst.h | 423 MaybeAlign getPointerAlignment() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 619 return V->getPointerAlignment(M->getDataLayout()); in inferAlignFromPtrInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 192 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in vectorizeLoadInsert()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 4332 takeKnownMaximum(V.getPointerAlignment(A.getDataLayout()).value()); in initialize() 4374 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest() 4430 Align PA = Base->getPointerAlignment(DL); in updateImpl() 4439 Alignment = V.getPointerAlignment(DL).value(); in updateImpl() 4518 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1679 Align Alignment = GA->getGlobal()->getPointerAlignment(DL); in doPeepholeLoadStoreADDI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1369 if (MO.getGlobal()->getPointerAlignment(DL) < 4) in emitInstruction()
|
| H A D | PPCISelDAGToDAG.cpp | 7166 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64() 7233 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
|
| H A D | PPCInstrInfo.cpp | 4427 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf) in isImmElgibleForForwarding()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 437 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) { in LowerLOAD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1325 Align CurrentAlign = GO->getPointerAlignment(DL); in tryEnforceAlignment()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1110 CLI.CB->getCalledOperand()->getPointerAlignment(DAG.getDataLayout()), in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5768 if (GV->getPointerAlignment(MF.getDataLayout()) < Size) in tryFoldAddLowIntoImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 950 GAN->getGlobal()->getPointerAlignment(DL) >= Size) in SelectAddrModeIndexed()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 4635 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout()); in computeKnownBitsForTargetNode()
|