Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10157 unsigned ShiftIntoIdx = in scalarizeVectorLoad() local
10160 ShiftIntoIdx * SrcEltVT.getSizeInBits(), LoadVT, SL); in scalarizeVectorLoad()
10239 unsigned ShiftIntoIdx = in scalarizeVectorStore() local
10242 DAG.getConstant(ShiftIntoIdx * MemSclVT.getSizeInBits(), SL, IntVT); in scalarizeVectorStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4318 unsigned ShiftIntoIdx = MF.getDataLayout().isBigEndian() in scalarizeVectorBooleanStore() local
4322 IntTy, ShiftIntoIdx * MemScalarTy.getSizeInBits()); in scalarizeVectorBooleanStore()