Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp464 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local
467 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule()
468 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
555 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
604 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule()
652 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp145 FeaturesStr = codegen::getFeaturesStr(); in LLVMFuzzerInitialize() local
157 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, in LLVMFuzzerInitialize()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp62 std::string FeaturesStr; variable
176 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleOneInput()
308 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp301 StringRef FeaturesStr, in GetTargetMachine() argument
621 std::string CPUStr, FeaturesStr; in main() local
628 FeaturesStr = codegen::getFeaturesStr(); in main()
629 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
641 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp414 std::string FeaturesStr; in main() local
419 FeaturesStr = Features.getString(); in main()
423 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp781 std::string FeaturesStr = codegen::getFeaturesStr(); in parseReducerWorkItem() local
783 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in parseReducerWorkItem()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp564 std::string FeaturesStr = in CreateTargetMachine() local
576 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7571 std::string FeaturesStr; in DisassembleMachO() local
7576 FeaturesStr = Features.getString(); in DisassembleMachO()
7588 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
7638 FeaturesStr)); in DisassembleMachO()