Home
last modified time | relevance | path

Searched defs:LargeDataThreshold (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h106 uint64_t LargeDataThreshold; variable
H A DCodeGenOptions.h176 uint64_t LargeDataThreshold; global() variable
/llvm-project/flang/include/flang/Frontend/
H A DCodeGenOptions.h141 uint64_t LargeDataThreshold; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp170 static cl::opt<uint64_t> LargeDataThreshold( CGOPT() local
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h102 uint64_t LargeDataThreshold = 0; global() variable
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp227 if (std::optional<uint64_t> LargeDataThreshold = M.getLargeDataThreshold()) createTargetMachine() local