Searched refs:CPUStr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | opt.cpp | 404 static TargetMachine* GetTargetMachine(Triple TheTriple, StringRef CPUStr, in GetTargetMachine() argument 415 return TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, in GetTargetMachine() 580 std::string CPUStr, FeaturesStr; in main() local 585 CPUStr = getCPUStr(); 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 D | llc.cpp | 431 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/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4338 llvm::Value *EmitX86CpuIs(StringRef CPUStr);
|
| H A D | CGBuiltin.cpp | 9520 StringRef CPUStr = cast<clang::StringLiteral>(CPUExpr)->getString(); in EmitX86CpuIs() local 9521 return EmitX86CpuIs(CPUStr); in EmitX86CpuIs() 9524 Value *CodeGenFunction::EmitX86CpuIs(StringRef CPUStr) { in EmitX86CpuIs() argument 9545 std::tie(Index, Value) = StringSwitch<std::pair<unsigned, unsigned>>(CPUStr) in EmitX86CpuIs()
|