Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h103 uint64_t LargeDataThreshold; variable
H A DCodeGenOptions.h184 uint64_t LargeDataThreshold; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp171 static cl::opt<uint64_t> LargeDataThreshold( in CGOPT() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h108 uint64_t LargeDataThreshold = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp233 if (std::optional<uint64_t> LargeDataThreshold = M.getLargeDataThreshold()) in createTargetMachine() local