Searched refs:getPointerAlignment (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp82 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp32 Align BA = Base->getPointerAlignment(DL);
H A DValueTracking.cpp2003 Align Alignment = V->getPointerAlignment(Q.DL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp277 Align LhsAlign = LhsSource->getPointerAlignment(DL);
278 Align RhsAlign = RhsSource->getPointerAlignment(DL);
H A DCodeGenPrepare.cpp1975 GV->getPointerAlignment(*DL) < PrefAlign &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h669 Align getPointerAlignment(const DataLayout &DL) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp580 Align Alignment = GA->getGlobal()->getPointerAlignment(DL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp753 Align Value::getPointerAlignment(const DataLayout &DL) const { function in class:Value
H A DConstantFold.cpp1225 GVAlign = GV->getPointerAlignment(DL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1148 if (MO.getGlobal()->getPointerAlignment(DL) < 4)
H A DPPCISelDAGToDAG.cpp6665 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout());
6732 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout());
H A DPPCInstrInfo.cpp3618 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3601 // TODO: This is a HACK to avoid getPointerAlignment to introduce a ptr2int
3607 takeKnownMaximum(V.getPointerAlignment(A.getDataLayout()).value());
3649 getAssociatedValue().getPointerAlignment(A.getDataLayout());
3701 Align PA = V.getPointerAlignment(DL);
3771 getAssociatedValue().getPointerAlignment(A.getDataLayout());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp438 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp907 GAN->getGlobal()->getPointerAlignment(DL) >= Size)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5237 if (GV->getPointerAlignment(MF.getDataLayout()) < Size)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4533 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout());

Completed in 499 milliseconds