Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp177 unsigned CommonMaxStores = in BPFTargetLowering() local
180 MaxStoresPerMemset = MaxStoresPerMemsetOptSize = CommonMaxStores; in BPFTargetLowering()
181 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = CommonMaxStores; in BPFTargetLowering()
182 MaxStoresPerMemmove = MaxStoresPerMemmoveOptSize = CommonMaxStores; in BPFTargetLowering()
183 MaxLoadsPerMemcmp = MaxLoadsPerMemcmpOptSize = CommonMaxStores; in BPFTargetLowering()