Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h241 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp585 Target->setLargeDataThreshold(*LDT); in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h954 void setLargeDataThreshold(uint64_t Threshold);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp232 TM->setLargeDataThreshold(*LargeDataThreshold); in createTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp632 void Module::setLargeDataThreshold(uint64_t Threshold) { in setLargeDataThreshold() function in Module
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp560 TM->setLargeDataThreshold(CodeGenOpts.LargeDataThreshold); in CreateTargetMachine()
H A DCodeGenModule.cpp1249 getModule().setLargeDataThreshold(getCodeGenOpts().LargeDataThreshold); in Release()