Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp453 FeaturesStr = codegen::getFeaturesStr(); in compileModule()
456 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() local
457 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
556 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
599 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
641 // Override function attributes based on CPUStr, FeaturesStr, and command line in compileModule()
643 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp410 std::string FeaturesStr; in main()
415 FeaturesStr = Features.getString(); in main()
419 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
417 std::string FeaturesStr; main() local
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp636 std::string CPUStr, FeaturesStr; main() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp394 std::string FeaturesStr; in main()
399 FeaturesStr = Features.getString(); in main()
403 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
360 std::string FeaturesStr; main() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp561 std::string FeaturesStr = in CreateTargetMachine()
573 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in AddEmitPasses()
546 std::string FeaturesStr = CreateTargetMachine() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7276 std::string FeaturesStr; in DisassembleMachO()
7281 FeaturesStr = Features.getString(); in DisassembleMachO()
7293 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7343 FeaturesStr)); in DisassembleMachO()
7164 std::string FeaturesStr; DisassembleMachO() local