Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4889 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad() local
4891 unsigned NumRegs = (LoadedBytes + RegBytes - 1) / RegBytes; in expandUnalignedLoad()
4926 8 * (LoadedBytes - Offset)); in expandUnalignedLoad()