Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/
H A Dllvm-mc-disassemble-fuzzer.cpp42 std::string FeaturesStr; variable
56 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0, in DisassembleOneInput()
136 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/netbsd/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp433 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local
436 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule()
437 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
516 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in compileModule()
561 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in compileModule()
607 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp60 std::string FeaturesStr; variable
174 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleOneInput()
306 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c236 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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp147 FeaturesStr = codegen::getFeaturesStr(); in LLVMFuzzerInitialize() local
163 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, in LLVMFuzzerInitialize()
/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp450 StringRef FeaturesStr, in GetTargetMachine() argument
725 std::string CPUStr, FeaturesStr; in main() local
732 FeaturesStr = codegen::getFeaturesStr(); in main()
733 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp383 std::string FeaturesStr; in main() local
388 FeaturesStr = Features.getString(); in main()
392 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp897 std::string FeaturesStr = in CreateTargetMachine() local
906 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7212 std::string FeaturesStr; in DisassembleMachO() local
7217 FeaturesStr = Features.getString(); in DisassembleMachO()
7229 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7279 FeaturesStr)); in DisassembleMachO()