Home
last modified time | relevance | path

Searched refs:getPointerAlignment (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp107 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
H A DSystemZISelDAGToDAG.cpp1500 if (GV->getPointerAlignment(DL).value() < StoreSize) in storeLoadIsAligned()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp196 return DL.getValueOrABITypeAlignment(GV->getPointerAlignment(DL), in getAlign()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp284 Align LhsAlign = LhsSource->getPointerAlignment(DL); in getLoadPair()
285 Align RhsAlign = RhsSource->getPointerAlignment(DL); in getLoadPair()
H A DCodeGenPrepare.cpp2135 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp345 MaybeAlign VPIntrinsic::getPointerAlignment() const { in getPointerAlignment() function in VPIntrinsic
H A DValue.cpp906 Align Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
H A DConstantFold.cpp1055 GVAlign = GV->getPointerAlignment(DL); in ConstantFoldBinaryInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp36 Align BA = Base->getPointerAlignment(DL); in isAligned()
H A DValueTracking.cpp1953 Align Alignment = V->getPointerAlignment(Q.DL); in computeKnownBits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h765 Align getPointerAlignment(const DataLayout &DL) const;
H A DIntrinsicInst.h423 MaybeAlign getPointerAlignment() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp619 return V->getPointerAlignment(M->getDataLayout()); in inferAlignFromPtrInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp192 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in vectorizeLoadInsert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4332 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 DRISCVISelDAGToDAG.cpp1679 Align Alignment = GA->getGlobal()->getPointerAlignment(DL); in doPeepholeLoadStoreADDI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1369 if (MO.getGlobal()->getPointerAlignment(DL) < 4) in emitInstruction()
H A DPPCISelDAGToDAG.cpp7166 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
7233 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
H A DPPCInstrInfo.cpp4427 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf) in isImmElgibleForForwarding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp437 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) { in LowerLOAD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1325 Align CurrentAlign = GO->getPointerAlignment(DL); in tryEnforceAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1110 CLI.CB->getCalledOperand()->getPointerAlignment(DAG.getDataLayout()), in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5768 if (GV->getPointerAlignment(MF.getDataLayout()) < Size) in tryFoldAddLowIntoImm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp950 GAN->getGlobal()->getPointerAlignment(DL) >= Size) in SelectAddrModeIndexed()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4635 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout()); in computeKnownBitsForTargetNode()

12