/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSubtarget.cpp | 103 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
|
H A D | SystemZISelDAGToDAG.cpp | 1500 if (GV->getPointerAlignment(DL).value() < StoreSize) in storeLoadIsAligned()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPULDSUtils.cpp | 28 return DL.getValueOrABITypeAlignment(GV->getPointerAlignment(DL), in getAlign()
|
/netbsd-src/external/apache2/llvm/dist/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 | 2131 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Loads.cpp | 36 Align BA = Base->getPointerAlignment(DL); in isAligned()
|
H A D | ValueTracking.cpp | 1911 Align Alignment = V->getPointerAlignment(Q.DL); in computeKnownBits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Value.h | 777 Align getPointerAlignment(const DataLayout &DL) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 619 return V->getPointerAlignment(M->getDataLayout()); in inferAlignFromPtrInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 189 Alignment = std::max(SrcPtr->getPointerAlignment(DL), Alignment); in vectorizeLoadInsert()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Value.cpp | 879 Align Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
|
H A D | ConstantFold.cpp | 1306 GVAlign = GV->getPointerAlignment(DL); in ConstantFoldBinaryInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 3795 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 D | RISCVISelDAGToDAG.cpp | 1505 Align Alignment = GA->getGlobal()->getPointerAlignment(DL); in doPeepholeLoadStoreADDI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1349 if (MO.getGlobal()->getPointerAlignment(DL) < 4) in emitInstruction()
|
H A D | PPCISelDAGToDAG.cpp | 7158 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64() 7225 Align Alignment = GV->getPointerAlignment(CurDAG->getDataLayout()); in PeepholePPC64()
|
H A D | PPCInstrInfo.cpp | 4409 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf) in isImmElgibleForForwarding()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 437 GV->getPointerAlignment(DAG.getDataLayout()) >= 4) { in LowerLOAD()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1316 Align CurrentAlign = GO->getPointerAlignment(DL); in tryEnforceAlignment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 916 GAN->getGlobal()->getPointerAlignment(DL) >= Size) in SelectAddrModeIndexed()
|
H A D | AArch64InstrInfo.td | 2748 Align Align = G->getGlobal()->getPointerAlignment(DL);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5608 if (GV->getPointerAlignment(MF.getDataLayout()) < Size) in tryFoldAddLowIntoImm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4515 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout()); in computeKnownBitsForTargetNode()
|