/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1001 unsigned NewAlign = (unsigned)DL.getABITypeAlignment(IRTy); in optimizeMemset() local 1120 unsigned NewAlign = (unsigned)DL.getABITypeAlignment(IRTy); in optimizeMemcpy() local 1227 unsigned NewAlign = (unsigned)DL.getABITypeAlignment(IRTy); in optimizeMemmove() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1099 Align NewAlign = getOrEnforceKnownAlignment(S0->getPointerOperand(), in vectorizeStoreChain() local 1258 Align NewAlign = getOrEnforceKnownAlignment(L0->getPointerOperand(), in vectorizeLoadChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | AlignmentFromAssumptions.cpp | 185 const Align NewAlign = *NewAlignment; in getNewAlignment() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | VectorUtils.h | 469 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | VectorUtils.h | 469 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | VectorUtils.h | 469 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 442 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 648 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | VectorUtils.h | 649 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 531 Align NewAlign = commonAlignment(StartAlignment, Offset); in SRAGlobal() local 570 Align NewAlign = in SRAGlobal() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 470 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, FieldOffset); in SRAGlobal() local 504 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, EltSize*i); in SRAGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 534 Align NewAlign(MinAlign(StartAlignment, FieldOffset)); in SRAGlobal() local 552 Align NewAlign(MinAlign(StartAlignment, EltSize * ElementIdx)); in SRAGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1029 unsigned NewAlign = getOrEnforceKnownAlignment(S0->getPointerOperand(), in vectorizeStoreChain() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Attributes.cpp | 903 unsigned NewAlign = Attrs.getParamAlignment(Index); in addAttributes() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6891 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth() local 7325 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in CombineConsecutiveLoads() local 10826 unsigned NewAlign = St->getAlignment(); in ShrinkLoadReplaceStoreWithStore() local 10944 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth() local 12262 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
|
H A D | SelectionDAG.cpp | 4335 unsigned NewAlign = (unsigned)DAG.getDataLayout().getABITypeAlignment(Ty); in getMemcpyLoadsAndStores() local 4447 unsigned NewAlign = (unsigned)DAG.getDataLayout().getABITypeAlignment(Ty); in getMemmoveLoadsAndStores() local 4539 unsigned NewAlign = (unsigned)DAG.getDataLayout().getABITypeAlignment(Ty); in getMemsetStores() local
|
H A D | TargetLowering.cpp | 1555 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 1167 const MaybeAlign NewAlign = B.getAlignment(); in addAttributes() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TargetInfo.h | 128 unsigned short NewAlign; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TargetInfo.h | 128 unsigned short NewAlign; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | TargetInfo.h | 128 unsigned short NewAlign; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TargetInfo.h | 134 unsigned short NewAlign; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7752 Align NewAlign = DL.getABITypeAlign(IRTy); in lowerMemset() local 7908 Align NewAlign = DL.getABITypeAlign(IRTy); in lowerMemcpy() local 8016 Align NewAlign = DL.getABITypeAlign(IRTy); in lowerMemmove() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10500 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth() local 11068 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in CombineConsecutiveLoads() local 15068 unsigned NewAlign = St->getAlignment(); in ShrinkLoadReplaceStoreWithStore() local 15184 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth() local 16945 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in scalarizeExtractedVectorLoad() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3090 Align NewAlign = Align(AlignmentVal); in annotateAnyAllocSite() local
|