/llvm-project/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/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/llvm/tools/llc/ |
H A D | llc.cpp | 455 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 D | llvm-mc-assemble-fuzzer.cpp | 62 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 D | target_ocaml.c | 241 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 D | cc1_main.cpp | 180 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 D | llvm-mc.cpp | 421 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 D | optdriver.cpp | 636 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 D | llvm-mca.cpp | 394 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 D | ParseStmtAsm.cpp | 565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local 581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 167 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 D | BackendUtil.cpp | 595 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 D | MachODump.cpp | 7284 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
|