Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4217 unsigned LoadBitWidth = SrcTy->getIntegerBitWidth() * NumElts; in isLoadCombineCandidateImpl() local
4218 if (!TTI->isTypeLegal(IntegerType::get(Root->getContext(), LoadBitWidth))) in isLoadCombineCandidateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7475 unsigned LoadBitWidth = P.Load->getMemoryVT().getSizeInBits(); in MatchLoadCombine() local
7476 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()
7478 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()