Searched refs:FeaturesStr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 456 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local 459 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() 460 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 559 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 602 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 646 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 417 std::string FeaturesStr; in main() local 422 FeaturesStr = Features.getString(); in main() 426 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 636 std::string CPUStr, FeaturesStr; in main() local 640 FeaturesStr = codegen::getFeaturesStr(); in main() 659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 360 std::string FeaturesStr; in main() local 365 FeaturesStr = Features.getString(); in main() 369 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 546 std::string FeaturesStr = in CreateTargetMachine() local 558 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7164 std::string FeaturesStr; in DisassembleMachO() local 7169 FeaturesStr = Features.getString(); in DisassembleMachO() 7181 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 7231 FeaturesStr)); in DisassembleMachO()
|