Searched refs:TargetCPU (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 79 std::string TargetCPU; variable 106 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 115 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 134 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 38 : TheTarget(T), DL(DataLayoutString), TargetTriple(TT), TargetCPU(CPU), in TargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 161 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 269 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 251 : (StringRef)TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 250 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 236 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 300 : TargetCPU; in getSubtargetImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1398 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in GetCPUAndFeaturesAttributes() local 1421 TargetCPU = ParsedAttr.Architecture; in GetCPUAndFeaturesAttributes() 1429 if (TargetCPU != "") { in GetCPUAndFeaturesAttributes() 1430 Attrs.addAttribute("target-cpu", TargetCPU); in GetCPUAndFeaturesAttributes() 5463 StringRef TargetCPU = Target.getTargetOpts().CPU; in getFunctionFeatureMap() local 5476 TargetCPU = ParsedAttr.Architecture; in getFunctionFeatureMap() 5482 Target.initFeatureMap(FeatureMap, getDiags(), TargetCPU, in getFunctionFeatureMap() 5489 Target.initFeatureMap(FeatureMap, getDiags(), TargetCPU, Features); in getFunctionFeatureMap() 5491 Target.initFeatureMap(FeatureMap, getDiags(), TargetCPU, in getFunctionFeatureMap()
|