Home
last modified time | relevance | path

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

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