Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp103 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
H A DSystemZISelDAGToDAG.cpp1500 if (GV->getPointerAlignment(DL).value() < StoreSize) in storeLoadIsAligned()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp28 return DL.getValueOrABITypeAlignment(GV->getPointerAlignment(DL), in getAlign()
/netbsd-src/external/apache2/llvm/dist/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.cpp2131 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp36 Align BA = Base->getPointerAlignment(DL); in isAligned()
H A DValueTracking.cpp1911 Align Alignment = V->getPointerAlignment(Q.DL); in computeKnownBits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h777 Align getPointerAlignment(const DataLayout &DL) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp619 return V->getPointerAlignment(M->getDataLayout()); in inferAlignFromPtrInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp189 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in vectorizeLoadInsert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp879 Align Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
H A DConstantFold.cpp1306 GVAlign = GV->getPointerAlignment(DL); in ConstantFoldBinaryInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3795 takeKnownMaximum(V.getPointerAlignment(A.getDataLayout()).value()); in initialize()
3837 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest()
3893 Align PA = Base->getPointerAlignment(DL); in updateImpl()
3902 Alignment = V.getPointerAlignment(DL).value(); in updateImpl()
3981 getAssociatedValue().getPointerAlignment(A.getDataLayout()); in manifest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1505 Align Alignment = GA->getGlobal()->getPointerAlignment(DL); in doPeepholeLoadStoreADDI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1349 if (MO.getGlobal()->getPointerAlignment(DL) < 4) in emitInstruction()
H A DPPCISelDAGToDAG.cpp7158 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
7225 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
H A DPPCInstrInfo.cpp4409 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf) in isImmElgibleForForwarding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp437 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) { in LowerLOAD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1316 Align CurrentAlign = GO->getPointerAlignment(DL); in tryEnforceAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp916 GAN->getGlobal()->getPointerAlignment(DL) >= Size) in SelectAddrModeIndexed()
H A DAArch64InstrInfo.td2748 Align Align = G->getGlobal()->getPointerAlignment(DL);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5608 if (GV->getPointerAlignment(MF.getDataLayout()) < Size) in tryFoldAddLowIntoImm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4515 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout()); in computeKnownBitsForTargetNode()