Home
last modified time | relevance | path

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

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