Home
last modified time | relevance | path

Searched refs:TMBuilder (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp345 AddString(TMBuilder.MCpu); in ModuleCacheEntry()
354 AddString(TMBuilder.MAttr); in ModuleCacheEntry()
355 if (TMBuilder.RelocModel) in ModuleCacheEntry()
356 AddUnsigned(*TMBuilder.RelocModel); in ModuleCacheEntry()
357 AddUnsigned(TMBuilder.CGOptLevel); in ModuleCacheEntry()
539 TMBuilder.MCpu = "core2"; in initTMBuilder()
541 TMBuilder.MCpu = "yonah"; in initTMBuilder()
543 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
545 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
564 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp318 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
319 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
320 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
321 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
322 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
479 TMBuilder.MCpu = "core2"; in initTMBuilder()
481 TMBuilder.MCpu = "yonah"; in initTMBuilder()
483 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
485 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
504 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp330 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
331 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
332 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
333 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
334 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
490 TMBuilder.MCpu = "core2"; in initTMBuilder()
492 TMBuilder.MCpu = "yonah"; in initTMBuilder()
494 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
496 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
514 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp348 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
349 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
350 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
351 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
352 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
518 TMBuilder.MCpu = "core2"; in initTMBuilder()
520 TMBuilder.MCpu = "yonah"; in initTMBuilder()
523 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
525 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
543 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp338 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
339 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
340 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
341 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
342 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
508 TMBuilder.MCpu = "core2"; in initTMBuilder()
510 TMBuilder.MCpu = "yonah"; in initTMBuilder()
513 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
515 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
533 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp351 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
352 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
353 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
354 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
355 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
521 TMBuilder.MCpu = "core2"; in initTMBuilder()
523 TMBuilder.MCpu = "yonah"; in initTMBuilder()
526 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
528 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
546 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp335 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
336 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
337 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
338 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
339 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
497 TMBuilder.MCpu = "core2"; in initTMBuilder()
499 TMBuilder.MCpu = "yonah"; in initTMBuilder()
502 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
504 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
522 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp338 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
339 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
340 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
341 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
342 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
508 TMBuilder.MCpu = "core2"; in initTMBuilder()
510 TMBuilder.MCpu = "yonah"; in initTMBuilder()
513 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
515 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
533 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp335 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
336 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
337 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
338 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
339 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
497 TMBuilder.MCpu = "core2"; in initTMBuilder()
499 TMBuilder.MCpu = "yonah"; in initTMBuilder()
502 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
504 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
522 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp335 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
336 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
337 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
338 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
339 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
497 TMBuilder.MCpu = "core2"; in initTMBuilder()
499 TMBuilder.MCpu = "yonah"; in initTMBuilder()
502 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
504 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
522 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp351 Conf.Options = TMBuilder.Options; in ModuleCacheEntry()
352 Conf.CPU = TMBuilder.MCpu; in ModuleCacheEntry()
353 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
354 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
355 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
521 TMBuilder.MCpu = "core2"; in initTMBuilder()
523 TMBuilder.MCpu = "yonah"; in initTMBuilder()
526 TMBuilder.MCpu = "cyclone"; in initTMBuilder()
528 TMBuilder.TheTriple = std::move(TheTriple); in initTMBuilder()
546 else if (TMBuilder.TheTriple != TheTriple) { in addModule()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp26 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
34 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
36 TMBuilder.setCPU(llvm::sys::getHostCPUName()); in detectHost()
38 return TMBuilder; in detectHost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp26 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
34 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
36 TMBuilder.setCPU(llvm::sys::getHostCPUName()); in detectHost()
38 return TMBuilder; in detectHost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp26 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
34 TMBuilder.getFeatures().AddFeature(Feature.first(), Feature.second); in detectHost()
36 TMBuilder.setCPU(llvm::sys::getHostCPUName()); in detectHost()
38 return TMBuilder; in detectHost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
307 TargetMachineBuilder TMBuilder;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
307 TargetMachineBuilder TMBuilder;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
301 TargetMachineBuilder TMBuilder;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
307 TargetMachineBuilder TMBuilder;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
307 TargetMachineBuilder TMBuilder;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr()
207 TMBuilder.Options = std::move(Options); in setTargetOptions()
216 TMBuilder.RelocModel = Model; in setCodePICModel()
221 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
307 TargetMachineBuilder TMBuilder;

12