/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 564 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local 565 auto *L = IC.Builder->CreateAlignedLoad(Ptr, EltAlign, Name + ".unpack"); in unpackLoadToAggregate() 1068 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local 1069 IC.Builder->CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() 1108 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local 1109 IC.Builder->CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 693 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackLoadToAggregate() local 695 EltAlign, Name + ".unpack"); in unpackLoadToAggregate() 1227 auto EltAlign = MinAlign(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local 1228 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() 1277 auto EltAlign = MinAlign(Align, Offset); in unpackStoreToAggregate() local 1278 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1186 auto EltAlign = commonAlignment(Align, SL->getElementOffset(i)); in unpackStoreToAggregate() local 1187 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() 1234 auto EltAlign = commonAlignment(Align, Offset); in unpackStoreToAggregate() local 1235 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1538 MaybeAlign EltAlign; in LowerCall() local 1540 EltAlign = commonAlignment(ArgAlign, Offsets[j]); in LowerCall() 1544 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall() 1770 Align EltAlign = commonAlignment(RetAlign, Offsets[i]); in LowerCall() local 1813 MachinePointerInfo(), EltAlign, in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1557 unsigned EltAlign = in LowerCall() local 1562 TheStoreType, MachinePointerInfo(), EltAlign, in LowerCall() 1787 unsigned EltAlign = GreatestCommonDivisor64(RetAlign, Offsets[i]); in LowerCall() local 1830 MachinePointerInfo(), EltAlign, in LowerCall()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 486 unsigned EltAlign = DL.getABITypeAlignment(STy->getElementType()); in SRAGlobal() local 505 if (NewAlign > EltAlign) in SRAGlobal()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 565 Align EltAlign = DL.getABITypeAlign(ElTy); in SRAGlobal() local 572 if (NewAlign > EltAlign) in SRAGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 546 Align EltAlign(DL.getABITypeAlignment(ElTy)); in SRAGlobal() local 553 if (NewAlign > EltAlign) in SRAGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 5654 Align EltAlign; in lowerExtractInsertVectorElt() local 5669 EltAlign = commonAlignment(VecAlign, Offset); in lowerExtractInsertVectorElt() 5672 EltAlign = getStackTemporaryAlignment(EltTy); in lowerExtractInsertVectorElt() 5678 MIRBuilder.buildStore(InsertVal, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt() 5683 MIRBuilder.buildLoad(DstReg, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 970 unsigned EltAlign = 0; in getMaxByValAlign() local 971 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign); in getMaxByValAlign() 972 if (EltAlign > MaxAlign) in getMaxByValAlign() 973 MaxAlign = EltAlign; in getMaxByValAlign() 976 unsigned EltAlign = 0; in getMaxByValAlign() local 977 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign); in getMaxByValAlign() 978 if (EltAlign > MaxAlign) in getMaxByValAlign() 979 MaxAlign = EltAlign; in getMaxByValAlign()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 936 CharUnits EltAlign = in forConstantArrayExpansion() local 942 Fn(Address(EltAddr, EltAlign)); in forConstantArrayExpansion()
|
D | CGExpr.cpp | 2951 CharUnits EltAlign = in EmitArraySubscriptExpr() local 2955 Addr = Address(EltPtr, EltAlign); in EmitArraySubscriptExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1297 unsigned EltAlign = 0; in getMaxByValAlign() local 1298 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign); in getMaxByValAlign() 1299 if (EltAlign > MaxAlign) in getMaxByValAlign() 1300 MaxAlign = EltAlign; in getMaxByValAlign() 1303 unsigned EltAlign = 0; in getMaxByValAlign() local 1304 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign); in getMaxByValAlign() 1305 if (EltAlign > MaxAlign) in getMaxByValAlign() 1306 MaxAlign = EltAlign; in getMaxByValAlign()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1396 Align EltAlign; in getMaxByValAlign() local 1397 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign); in getMaxByValAlign() 1398 if (EltAlign > MaxAlign) in getMaxByValAlign() 1399 MaxAlign = EltAlign; in getMaxByValAlign() 1402 Align EltAlign; in getMaxByValAlign() local 1403 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign); in getMaxByValAlign() 1404 if (EltAlign > MaxAlign) in getMaxByValAlign() 1405 MaxAlign = EltAlign; in getMaxByValAlign()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1009 CharUnits EltAlign = in forConstantArrayExpansion() local 1015 Fn(Address(EltAddr, EltAlign)); in forConstantArrayExpansion()
|
D | CGExpr.cpp | 3802 CharUnits EltAlign = in EmitArraySubscriptExpr() local 3807 Addr = Address(EltPtr, EltAlign); in EmitArraySubscriptExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2204 unsigned EltAlign = 0; in getMaxByValAlign() local 2205 getMaxByValAlign(ATy->getElementType(), EltAlign); in getMaxByValAlign() 2206 if (EltAlign > MaxAlign) in getMaxByValAlign() 2207 MaxAlign = EltAlign; in getMaxByValAlign() 2210 unsigned EltAlign = 0; in getMaxByValAlign() local 2211 getMaxByValAlign(EltTy, EltAlign); in getMaxByValAlign() 2212 if (EltAlign > MaxAlign) in getMaxByValAlign() 2213 MaxAlign = EltAlign; in getMaxByValAlign()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2219 Align EltAlign; in getMaxByValAlign() local 2220 getMaxByValAlign(ATy->getElementType(), EltAlign); in getMaxByValAlign() 2221 if (EltAlign > MaxAlign) in getMaxByValAlign() 2222 MaxAlign = EltAlign; in getMaxByValAlign() 2225 Align EltAlign; in getMaxByValAlign() local 2226 getMaxByValAlign(EltTy, EltAlign); in getMaxByValAlign() 2227 if (EltAlign > MaxAlign) in getMaxByValAlign() 2228 MaxAlign = EltAlign; in getMaxByValAlign()
|