Home
last modified time | relevance | path

Searched refs:reduceLoadStoreWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h211 reduceLoadStoreWidth(MachineInstr &MI, unsigned TypeIdx, LLT NarrowTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp809 return reduceLoadStoreWidth(MI, TypeIdx, NarrowTy); in narrowScalar()
861 return reduceLoadStoreWidth(MI, 0, NarrowTy); in narrowScalar()
2897 LegalizerHelper::reduceLoadStoreWidth(MachineInstr &MI, unsigned TypeIdx, in reduceLoadStoreWidth() function in LegalizerHelper
3078 return reduceLoadStoreWidth(MI, TypeIdx, NarrowTy); in fewerElementsVector()