Searched refs:CPUStr (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llc/ |
| H A D | llc.cpp | 463 std::string CPUStr = codegen::getCPUStr(), in compileModule() local 467 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() 468 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 473 CPUStr == "help" || (!MAttrs.empty() && MAttrs.front() == "help"); 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 D | llvm-isel-fuzzer.cpp | 144 std::string CPUStr = codegen::getCPUStr(), in LLVMFuzzerInitialize() local 157 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, in LLVMFuzzerInitialize()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
| H A D | target_ocaml.c | 236 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local 242 CPUStr = String_val(Field(CPU, 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 D | opt.cpp | 300 static TargetMachine* GetTargetMachine(Triple TheTriple, StringRef CPUStr, in GetTargetMachine() argument 621 std::string CPUStr, FeaturesStr; in main() local 627 CPUStr = codegen::getCPUStr(); 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-reduce/ |
| H A D | ReducerWorkItem.cpp | 780 std::string CPUStr = codegen::getCPUStr(); in parseReducerWorkItem() local 783 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, in parseReducerWorkItem()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4836 llvm::Value *EmitX86CpuIs(StringRef CPUStr);
|
| H A D | CGBuiltin.cpp | 12897 StringRef CPUStr = cast<clang::StringLiteral>(CPUExpr)->getString(); in EmitX86CpuIs() local 12898 return EmitX86CpuIs(CPUStr); in EmitX86CpuIs() 12938 Value *CodeGenFunction::EmitX86CpuIs(StringRef CPUStr) { in EmitX86CpuIs() argument 12959 std::tie(Index, Value) = StringSwitch<std::pair<unsigned, unsigned>>(CPUStr) in EmitX86CpuIs()
|