Searched refs:InitialAlign (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 129 Align InitialAlign,
|
| H A D | NVPTXISelLowering.cpp | 1234 Align InitialAlign = ArgOuts[0].Flags.getNonZeroByValAlign(); in getPrototype() local 1236 getFunctionByValParamAlign(/*F=*/nullptr, ETy, InitialAlign, DL); in getPrototype() 1561 const Align InitialAlign = ArgOuts[0].Flags.getNonZeroByValAlign(); in LowerCall() local 1563 CB->getCalledFunction(), ETy, InitialAlign, DL); in LowerCall() 4665 const Function *F, Type *ArgTy, Align InitialAlign, in getFunctionByValParamAlign() argument 4667 Align ArgAlign = InitialAlign; in getFunctionByValParamAlign()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1285 Align InitialAlign = DL.getValueOrABITypeAlignment(A, ElementTy); in getAlignForIndex() local 1287 return InitialAlign; in getAlignForIndex() 1293 return commonAlignment(InitialAlign, Idx * StrideInBytes); in getAlignForIndex() 1295 return commonAlignment(InitialAlign, ElementSizeInBits / 8); in getAlignForIndex()
|