Home
last modified time | relevance | path

Searched defs:NewAlign (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1001 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h442 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1029 unsigned NewAlign = getOrEnforceKnownAlignment(S0->getPointerOperand(), in vectorizeStoreChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp534 Align NewAlign(MinAlign(StartAlignment, FieldOffset)); in SRAGlobal() local
552 Align NewAlign(MinAlign(StartAlignment, EltSize * ElementIdx)); in SRAGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1167 const MaybeAlign NewAlign = B.getAlignment(); in addAttributes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10500 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
DSelectionDAG.cpp5915 unsigned NewAlign = (unsigned)DL.getABITypeAlignment(Ty); in getMemcpyLoadsAndStores() local
6097 unsigned NewAlign = (unsigned)DL.getABITypeAlignment(Ty); in getMemmoveLoadsAndStores() local
6198 unsigned NewAlign = (unsigned)DAG.getDataLayout().getABITypeAlignment(Ty); in getMemsetStores() local
DTargetLowering.cpp3348 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5144 unsigned NewAlign = MinAlign(Ld->getAlignment(), 4); in expandf64Toi32() local