Searched refs:EltAlign (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp693 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); local
695 EltAlign, Name + ".unpack");
1227 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); local
1228 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign);
1277 auto EltAlign = MinAlign(Align, Offset); local
1278 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1557 unsigned EltAlign =
1562 TheStoreType, MachinePointerInfo(), EltAlign,
1787 unsigned EltAlign = GreatestCommonDivisor64(RetAlign, Offsets[i]);
1830 MachinePointerInfo(), EltAlign,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp550 Align EltAlign(DL.getABITypeAlignment(ElTy));
557 if (NewAlign > EltAlign)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1007 CharUnits EltAlign = local
1013 Fn(Address(EltAddr, EltAlign));
H A DCGExpr.cpp3614 CharUnits EltAlign = local
3619 Addr = Address(EltPtr, EltAlign);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1315 unsigned EltAlign = 0; local
1316 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign);
1317 if (EltAlign > MaxAlign)
1318 MaxAlign = EltAlign;
1321 unsigned EltAlign = 0; local
1322 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign);
1323 if (EltAlign > MaxAlign)
1324 MaxAlign = EltAlign;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2204 unsigned EltAlign = 0; local
2205 getMaxByValAlign(ATy->getElementType(), EltAlign);
2206 if (EltAlign > MaxAlign)
2207 MaxAlign = EltAlign;
2210 unsigned EltAlign = 0; local
2211 getMaxByValAlign(EltTy, EltAlign);
2212 if (EltAlign > MaxAlign)
2213 MaxAlign = EltAlign;
[all...]

Completed in 329 milliseconds