| /freebsd/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 TheTriple, MCPU, FeaturesStr, Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 448 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local 451 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() 452 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 554 TheTriple, CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 597 TheTriple, CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 645 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 183 std::string FeaturesStr = llvm::join(TargetOpts.FeaturesAsWritten, ","); in PrintEnabledExtensions() local 185 TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in PrintEnabledExtensions()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 429 std::string FeaturesStr; in main() local 434 FeaturesStr = Features.getString(); in main() 438 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 630 std::string CPUStr, FeaturesStr; in optMain() local 634 FeaturesStr = codegen::getFeaturesStr(); in optMain() 653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 413 std::string FeaturesStr; in main() local 418 FeaturesStr = Features.getString(); in main() 422 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 543 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local 559 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 602 std::string FeaturesStr = in CreateTargetMachine() local 613 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.cpp | 563 StringRef FeaturesStr = A->getFeaturesStr(); in CheckBuiltinFunctionCall() local 565 FeaturesStr.split(RequiredFeatures, ','); in CheckBuiltinFunctionCall()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7280 std::string FeaturesStr; in DisassembleMachO() local 7285 FeaturesStr = Features.getString(); in DisassembleMachO() 7297 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 7351 FeaturesStr)); in DisassembleMachO()
|