| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mc-disassemble-fuzzer/ |
| H A D | llvm-mc-disassemble-fuzzer.cpp | 42 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 D | llc.cpp | 462 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 D | llvm-mc-assemble-fuzzer.cpp | 62 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 D | llvm-isel-fuzzer.cpp | 145 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 D | target_ocaml.c | 236 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 D | opt.cpp | 377 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 D | llvm-mc.cpp | 414 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 D | llvm-mca.cpp | 351 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 D | ReducerWorkItem.cpp | 425 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 D | ParseStmtAsm.cpp | 565 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 D | BinaryContext.cpp | 119 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 D | BackendUtil.cpp | 551 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 D | MachODump.cpp | 7235 std::string FeaturesStr; in DisassembleMachO() local 7240 FeaturesStr = Features.getString(); in DisassembleMachO() 7252 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 7302 FeaturesStr)); in DisassembleMachO()
|