Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h240 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h967 void setLargeDataThreshold(uint64_t Threshold);
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp582 Target->setLargeDataThreshold(*LDT); in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp228 TM->setLargeDataThreshold(*LargeDataThreshold); in createTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp663 void Module::setLargeDataThreshold(uint64_t Threshold) { in setLargeDataThreshold() function in Module
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp575 TM->setLargeDataThreshold(CodeGenOpts.LargeDataThreshold); in CreateTargetMachine()
H A DCodeGenModule.cpp1322 getModule().setLargeDataThreshold(getCodeGenOpts().LargeDataThreshold); in Release()