Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/llvm/tools/llc/
H A Dllc.cpp462 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local
465 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule()
466 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
557 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
605 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp62 std::string FeaturesStr; variable
176 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleOneInput()
308 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp145 FeaturesStr = codegen::getFeaturesStr(); in LLVMFuzzerInitialize() local
161 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, in LLVMFuzzerInitialize()
/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c236 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local
244 FeaturesStr = String_val(Field(Features, 0)); in llvm_create_targetmachine_native()
253 LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr, FeaturesStr, in llvm_create_targetmachine_native()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp377 StringRef FeaturesStr, in GetTargetMachine() argument
675 std::string CPUStr, FeaturesStr; in main() local
682 FeaturesStr = codegen::getFeaturesStr(); in main()
683 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
695 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp414 std::string FeaturesStr; in main() local
419 FeaturesStr = Features.getString(); in main()
423 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp351 std::string FeaturesStr; in main() local
356 FeaturesStr = Features.getString(); in main()
360 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp425 std::string FeaturesStr = codegen::getFeaturesStr(); in parseReducerWorkItem() local
427 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in parseReducerWorkItem()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp119 StringRef FeaturesStr = ""; in createBinaryContext() local
123 FeaturesStr = "+nopl"; in createBinaryContext()
127 FeaturesStr = "+all"; in createBinaryContext()
165 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr)); in createBinaryContext()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp551 std::string FeaturesStr = in CreateTargetMachine() local
560 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp7235 std::string FeaturesStr; in DisassembleMachO() local
7240 FeaturesStr = Features.getString(); in DisassembleMachO()
7252 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7302 FeaturesStr)); in DisassembleMachO()