| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 34 return selectTarget(TT, MArch, MCPU, MAttrs); in selectTarget() 42 const SmallVectorImpl<std::string>& MAttrs) { in selectTarget() argument 79 if (!MAttrs.empty()) { in selectTarget() 81 for (unsigned i = 0; i != MAttrs.size(); ++i) in selectTarget() 82 Features.AddFeature(MAttrs[i]); in selectTarget()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 101 void setAttrs(std::vector<std::string> MAttrs) { in setAttrs() 102 Config.MAttrs = std::move(MAttrs); in setAttrs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 548 SmallVector<std::string, 4> MAttrs; variable 642 MAttrs.clear(); in setMAttrs() 643 MAttrs.append(mattrs.begin(), mattrs.end()); in setMAttrs() 657 const SmallVectorImpl<std::string> &MAttrs);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 159 MAttrs("mattr", cl::CommaSeparated, variable 430 if (MAttrs.size()) { in main() 432 for (unsigned i = 0; i != MAttrs.size(); ++i) in main() 433 Features.AddFeature(MAttrs[i]); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 51 std::vector<std::string> MAttrs; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 455 auto MAttrs = codegen::getMAttrs(); in compileModule() local 457 CPUStr == "help" || (!MAttrs.empty() && MAttrs.front() == "help"); in compileModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 55 extern std::vector<std::string> MAttrs;
|
| H A D | llvm-objdump.cpp | 322 std::vector<std::string> objdump::MAttrs; member in objdump 2624 if (!MAttrs.empty()) { in disassembleObject() 2625 for (unsigned I = 0; I != MAttrs.size(); ++I) in disassembleObject() 2626 Features.AddFeature(MAttrs[I]); in disassembleObject() 3598 MAttrs = commaSeparatedValues(InputArgs, OBJDUMP_mattr_EQ); in parseObjdumpOptions()
|
| H A D | MachODump.cpp | 7281 if (!MAttrs.empty()) { in DisassembleMachO() 7283 for (unsigned i = 0; i != MAttrs.size(); ++i) in DisassembleMachO() 7284 Features.AddFeature(MAttrs[i]); in DisassembleMachO()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 59 CGLIST(std::string, MAttrs) in CGOPT() 130 static cl::list<std::string> MAttrs( in CGOPT() local 134 CGBINDOPT(MAttrs); in CGOPT()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 50 c.MAttrs = getMAttrs(); in createConfig()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 73 c.MAttrs = getMAttrs(); in createConfig()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 104 c.MAttrs = getMAttrs(); in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 395 SubtargetFeatures Features(join(Config.MAttrs, "")); in determineTarget()
|
| H A D | LTOBackend.cpp | 206 for (const std::string &A : Conf.MAttrs) in createTargetMachine()
|
| H A D | ThinLTOCodeGenerator.cpp | 377 Conf.MAttrs.push_back(TMBuilder.MAttr); in ModuleCacheEntry()
|
| H A D | LTO.cpp | 149 for (auto &A : Conf.MAttrs) in computeLTOCacheKey()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 297 Conf.MAttrs = codegen::getMAttrs(); in run()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1330 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
|