Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp79 std::string FeaturesStr; in selectTarget() local
84 FeaturesStr = Features.getString(); in selectTarget()
96 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp405 StringRef FeaturesStr, in GetTargetMachine() argument
416 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
580 std::string CPUStr, FeaturesStr; in main() local
586 FeaturesStr = getFeaturesStr(); in main()
587 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
594 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp431 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); in compileModule() local
455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
515 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp419 std::string FeaturesStr; in main() local
424 FeaturesStr = Features.getString(); in main()
448 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp582 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
591 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp735 std::string FeaturesStr = in CreateTargetMachine() local
742 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6843 std::string FeaturesStr; in DisassembleMachO() local
6848 FeaturesStr = Features.getString(); in DisassembleMachO()
6857 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
6908 FeaturesStr)); in DisassembleMachO()