Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp456 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local
459 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule()
460 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
559 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
602 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
646 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp417 std::string FeaturesStr; in main() local
422 FeaturesStr = Features.getString(); in main()
426 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp636 std::string CPUStr, FeaturesStr; in main() local
640 FeaturesStr = codegen::getFeaturesStr(); in main()
659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp360 std::string FeaturesStr; in main() local
365 FeaturesStr = Features.getString(); in main()
369 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp546 std::string FeaturesStr = in CreateTargetMachine() local
558 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7164 std::string FeaturesStr; in DisassembleMachO() local
7169 FeaturesStr = Features.getString(); in DisassembleMachO()
7181 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7231 FeaturesStr)); in DisassembleMachO()