Home
last modified time | relevance | path

Searched refs:FeaturesStr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp78 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 Dllc.cpp448 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 Dcc1_main.cpp183 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 Dllvm-mc.cpp429 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 Doptdriver.cpp630 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 Dllvm-mca.cpp413 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 DParseStmtAsm.cpp543 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
559 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp602 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 DSemaRISCV.cpp563 StringRef FeaturesStr = A->getFeaturesStr(); in CheckBuiltinFunctionCall() local
565 FeaturesStr.split(RequiredFeatures, ','); in CheckBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7280 std::string FeaturesStr; in DisassembleMachO() local
7285 FeaturesStr = Features.getString(); in DisassembleMachO()
7297 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7351 FeaturesStr)); in DisassembleMachO()