Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8570 unsigned LoadBitWidth = SrcTy->getIntegerBitWidth() * NumElts; in isLoadCombineCandidateImpl() local
8571 if (!TTI->isTypeLegal(IntegerType::get(Root->getContext(), LoadBitWidth))) in isLoadCombineCandidateImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9106 unsigned LoadBitWidth = Load->getMemoryVT().getScalarSizeInBits(); in MatchLoadCombine() local
9108 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()
9110 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()