Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h79 std::string TargetCPU; variable
106 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp115 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp134 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp38 : TheTarget(T), DL(DataLayoutString), TargetTriple(TT), TargetCPU(CPU), in TargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp161 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp269 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp251 : (StringRef)TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp250 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp236 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp300 : TargetCPU; in getSubtargetImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1398 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()