Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h98 std::string TargetCPU; variable
128 StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp71 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp118 auto CPU = CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp69 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp35 TargetCPU(std::string(CPU)), TargetFS(std::string(FS)), AsmInfo(nullptr), in TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp165 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp125 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp123 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp175 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp256 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp173 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp259 CPUAttr.isValid() ? CPUAttr.getValueAsString() : (StringRef)TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp282 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp351 CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp390 StringRef CPU = CPUAttr.isValid() ? CPUAttr.getValueAsString() : TargetCPU; in getSubtargetImpl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp13349 StringRef TargetCPU = Target->getTargetOpts().CPU; in getFunctionFeatureMap() local
13362 TargetCPU = ParsedAttr.CPU; in getFunctionFeatureMap()
13368 Target->initFeatureMap(FeatureMap, getDiagnostics(), TargetCPU, in getFunctionFeatureMap()
13378 Target->initFeatureMap(FeatureMap, getDiagnostics(), TargetCPU, Features); in getFunctionFeatureMap()
13397 TargetCPU = VersionStr.drop_front(sizeof("arch=") - 1); in getFunctionFeatureMap()
13401 Target->initFeatureMap(FeatureMap, getDiagnostics(), TargetCPU, Features); in getFunctionFeatureMap()
13407 Target->initFeatureMap(FeatureMap, getDiagnostics(), TargetCPU, Feats); in getFunctionFeatureMap()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2197 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in GetCPUAndFeaturesAttributes() local
2225 TargetCPU = ParsedAttr.CPU; in GetCPUAndFeaturesAttributes()
2245 if (!TargetCPU.empty()) { in GetCPUAndFeaturesAttributes()
2246 Attrs.addAttribute("target-cpu", TargetCPU); in GetCPUAndFeaturesAttributes()