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.h272 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() function
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp580 Target->setLargeDataThreshold(*LDT); in compileModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h941 void setLargeDataThreshold(uint64_t Threshold);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp234 TM->setLargeDataThreshold(*LargeDataThreshold); in createTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp673 void Module::setLargeDataThreshold(uint64_t Threshold) { in setLargeDataThreshold() function in Module
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp616 TM->setLargeDataThreshold(CodeGenOpts.LargeDataThreshold); in CreateTargetMachine()
H A DCodeGenModule.cpp1479 getModule().setLargeDataThreshold(getCodeGenOpts().LargeDataThreshold); in Release()