Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1285 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local
1286 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
1331 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local
1332 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp6695 Align EltAlign; in lowerExtractInsertVectorElt() local
6709 EltAlign = commonAlignment(VecAlign, Offset); in lowerExtractInsertVectorElt()
6712 EltAlign = getStackTemporaryAlignment(EltTy); in lowerExtractInsertVectorElt()
6718 MIRBuilder.buildStore(InsertVal, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
6723 MIRBuilder.buildLoad(DstReg, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1576 Align EltAlign; in getMaxByValAlign() local
1577 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign); in getMaxByValAlign()
1578 if (EltAlign > MaxAlign) in getMaxByValAlign()
1579 MaxAlign = EltAlign; in getMaxByValAlign()
1582 Align EltAlign; in getMaxByValAlign() local
1583 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign); in getMaxByValAlign()
1584 if (EltAlign > MaxAlign) in getMaxByValAlign()
1585 MaxAlign = EltAlign; in getMaxByValAlign()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1903 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local
1954 MachinePointerInfo(), EltAlign, in LowerCall()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCall.cpp1027 CharUnits EltAlign = in forConstantArrayExpansion() local
1034 Fn(Address(EltAddr, EltTy, EltAlign)); in forConstantArrayExpansion()
DCGExpr.cpp3877 CharUnits EltAlign = in EmitArraySubscriptExpr() local
3882 Addr = Address(EltPtr, Addr.getElementType(), EltAlign); in EmitArraySubscriptExpr()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp2641 Align EltAlign; in getMaxByValAlign() local
2642 getMaxByValAlign(ATy->getElementType(), EltAlign); in getMaxByValAlign()
2643 if (EltAlign > MaxAlign) in getMaxByValAlign()
2644 MaxAlign = EltAlign; in getMaxByValAlign()
2647 Align EltAlign; in getMaxByValAlign() local
2648 getMaxByValAlign(EltTy, EltAlign); in getMaxByValAlign()
2649 if (EltAlign > MaxAlign) in getMaxByValAlign()
2650 MaxAlign = EltAlign; in getMaxByValAlign()