Searched refs:FeaturesStr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 78 std::string FeaturesStr; in selectTarget() local 83 FeaturesStr = Features.getString(); in selectTarget() 88 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 434 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local 437 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() 438 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 517 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in compileModule() 562 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in compileModule() 608 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 450 StringRef FeaturesStr, in GetTargetMachine() argument 725 std::string CPUStr, FeaturesStr; in main() local 732 FeaturesStr = codegen::getFeaturesStr(); in main() 733 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main() 745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 416 std::string FeaturesStr; in main() local 421 FeaturesStr = Features.getString(); in main() 425 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local 581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 903 std::string FeaturesStr = in CreateTargetMachine() local 912 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7212 std::string FeaturesStr; in DisassembleMachO() local 7217 FeaturesStr = Features.getString(); in DisassembleMachO() 7229 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 7279 FeaturesStr)); in DisassembleMachO()
|