Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp78 std::string FeaturesStr; in selectTarget() local
83 FeaturesStr = Features.getString(); in selectTarget()
88 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
/llvm-project/llvm/tools/llvm-mc-disassemble-fuzzer/
H A Dllvm-mc-disassemble-fuzzer.cpp42 std::string FeaturesStr; variable
56 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0, in DisassembleOneInput()
136 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/llvm-project/llvm/tools/llc/
H A Dllc.cpp455 FeaturesStr = codegen::getFeaturesStr(); in compileModule()
458 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule()
459 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
558 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
601 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
647 // Override function attributes based on CPUStr, FeaturesStr, and command line in compileModule()
649 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
453 FeaturesStr = codegen::getFeaturesStr(); compileModule() local
/llvm-project/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp62 std::string FeaturesStr; variable
172 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleOneInput()
302 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/llvm-project/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c241 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local
249 FeaturesStr = String_val(Field(Features, 0)); in llvm_create_targetmachine_native()
258 CPUStr, FeaturesStr, OptLevelEnum, in llvm_create_targetmachine_native()
/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp180 std::string FeaturesStr = llvm::join(TargetOpts.FeaturesAsWritten, ","); in PrintEnabledExtensions()
182 TheTarget->createTargetMachine(TargetOpts.Triple, TargetOpts.CPU, FeaturesStr, BackendOptions, std::nullopt)); in PrintEnabledExtensions()
178 std::string FeaturesStr = llvm::join(TargetOpts.FeaturesAsWritten, ","); PrintEnabledExtensions() local
/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp421 std::string FeaturesStr; in main()
426 FeaturesStr = Features.getString(); in main()
430 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
407 std::string FeaturesStr; main() local
/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp636 std::string CPUStr, FeaturesStr; in optMain() local
640 FeaturesStr = codegen::getFeaturesStr(); in optMain()
657 // Override function attributes based on CPUStr, FeaturesStr, and command line in optMain()
659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp394 std::string FeaturesStr; in main() local
399 FeaturesStr = Features.getString(); in main()
403 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp167 std::string FeaturesStr = ""; in createBinaryContext()
174 FeaturesStr = "+nopl"; in createBinaryContext()
181 FeaturesStr = "+all"; in createBinaryContext()
191 FeaturesStr = Features->getString(); in createBinaryContext()
229 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr)); in createBinaryContext()
166 std::string FeaturesStr = ""; createBinaryContext() local
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp595 std::string FeaturesStr = in AddEmitPasses()
606 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in mapToLevel()
561 std::string FeaturesStr = CreateTargetMachine() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7284 std::string FeaturesStr; in DisassembleMachO()
7289 FeaturesStr = Features.getString(); in DisassembleMachO()
7301 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7355 FeaturesStr)); in DisassembleMachO()
7276 std::string FeaturesStr; DisassembleMachO() local