Searched refs:PartAlign (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 850 Align PartAlign(commonAlignment(DstAlign, PartSize)); in createMemSetLoop() local 859 PartAlign, IsVolatile); in createMemSetLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1621 const Align PartAlign) { in LowerCall() argument 1629 StVal = DAG.getLoad(EltVT, dl, TempChain, SrcAddr, MPI, PartAlign); in LowerCall() 1660 const Align PartAlign = commonAlignment(ArgAlign, CurOffset); in LowerCall() local 1664 if (NumElts == 1 && !IsVAArg && PartAlign < DAG.getEVTAlign(EltVT)) { in LowerCall() 1666 SDValue StVal = GetStoredValue(J, EltVT, PartAlign); in LowerCall() 1689 StoreOperands.push_back(GetStoredValue(J + K, EltVT, PartAlign)); in LowerCall() 1712 TheStoreType, MachinePointerInfo(), PartAlign, in LowerCall() 3453 const MaybeAlign PartAlign = commonAlignment(ArgAlign, Offsets[I]); in LowerFormalArguments() local 3456 MachinePointerInfo(ADDRESS_SPACE_PARAM), PartAlign, in LowerFormalArguments()
|