Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h30 unsigned getCommonMaxStoresPerMemFunc() const { return 128; } in getCommonMaxStoresPerMemFunc() function
DBPFSelectionDAGInfo.cpp33 if (StoresNumEstimate > getCommonMaxStoresPerMemFunc()) in EmitTargetCodeForMemcpy()
DBPFISelLowering.cpp157 STI.getSelectionDAGInfo()->getCommonMaxStoresPerMemFunc(); in BPFTargetLowering()