Searched defs:CPU (Results 1 - 25 of 154) sorted by relevance

1234567

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaSubtarget.cpp23 AlphaSubtarget::AlphaSubtarget(const std::string &TT, const std::string &CPU, argument
25 : AlphaGenSubtargetInfo(TT, CPU, FS), HasCT(false) {
26 std::string CPUName = CPU;
33 // Initialize scheduling itinerary for the specified CPU.
H A DAlphaTargetMachine.cpp26 StringRef CPU, StringRef FS,
28 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
31 Subtarget(TT, CPU, FS),
25 AlphaTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinSubtarget.cpp25 const std::string &CPU,
27 : BlackfinGenSubtargetInfo(TT, CPU, FS), sdram(false),
39 std::string CPUName = CPU;
24 BlackfinSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
H A DBlackfinTargetMachine.cpp26 StringRef CPU,
30 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
32 Subtarget(TT, CPU, FS),
24 BlackfinTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430Subtarget.cpp25 const std::string &CPU,
27 MSP430GenSubtargetInfo(TT, CPU, FS) {
24 MSP430Subtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreSubtarget.cpp25 const std::string &CPU, const std::string &FS)
26 : XCoreGenSubtargetInfo(TT, CPU, FS)
24 XCoreSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h31 CPU = 4 enumerator in enum:voetest::TestType
/external/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, argument
33 : AVRGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(),
44 ParseSubtargetFeatures(CPU, FS);
/external/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp28 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, argument
30 : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
/external/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
34 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, argument
36 : MSP430GenSubtargetInfo(TT, CPU, FS), FrameLowering(),
37 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this) {}
/external/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, argument
30 : XCoreGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsSubtarget.cpp24 MipsSubtarget::MipsSubtarget(const std::string &TT, const std::string &CPU, argument
26 MipsGenSubtargetInfo(TT, CPU, FS),
32 std::string CPUName = CPU;
39 // Initialize scheduling itinerary for the specified CPU.
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcSubtarget.cpp24 SparcSubtarget::SparcSubtarget(const std::string &TT, const std::string &CPU, argument
26 SparcGenSubtargetInfo(TT, CPU, FS),
33 std::string CPUName = CPU;
/external/clang/include/clang/Basic/
H A DTargetOptions.h35 /// If given, the name of the target CPU to generate code for.
36 std::string CPU; member in class:clang::TargetOptions
/external/linux-kselftest/tools/testing/selftests/bpf/
H A DMakefile47 CPU ?= probe macro
49 CPU ?= generic macro
56 $(LLC) -march=bpf -mcpu=$(CPU) -filetype=obj -o $@
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h321 // If user asked for the 'native' CPU, autodetect here. If autodection fails,
322 // this will set the CPU to an empty string which tells the target to
333 // If user asked for the 'native' CPU, we need to autodetect features.
334 // This is necessary for x86 where the CPU might not support all the
335 // features the autodetected CPU name lists in the target. For example,
350 /// \brief Set function attributes of functions in Module M based on CPU,
352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, argument
358 if (!CPU.empty())
360 "target-cpu", CPU);
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp88 const Triple &TT, StringRef CPU,
92 : TargetMachine(T, DataLayoutString, TT, CPU, FS, Options) {
86 LLVMTargetMachine(const Target &T, StringRef DataLayoutString, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp67 HexagonSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
68 CPUString = HEXAGON_MC::selectHexagonCPU(getTargetTriple(), CPU);
95 HexagonSubtarget::HexagonSubtarget(const Triple &TT, StringRef CPU, argument
97 : HexagonGenSubtargetInfo(TT, CPU, FS), CPUString(CPU),
98 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
103 // Initialize scheduling itinerary for the specified CPU.
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonELFObjectWriter.cpp27 StringRef CPU; member in class:__anon14364::HexagonELFObjectWriter
40 CPU(C) {}
292 StringRef CPU) {
293 MCELFObjectTargetWriter *MOTW = new HexagonELFObjectWriter(OSABI, CPU);
290 createHexagonELFObjectWriter(raw_pwrite_stream &OS, uint8_t OSABI, StringRef CPU) argument
/external/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp26 void LanaiSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
27 std::string CPUName = CPU;
34 LanaiSubtarget &LanaiSubtarget::initializeSubtargetDependencies(StringRef CPU, argument
36 initSubtargetFeatures(CPU, FS);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp29 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, argument
31 // Provide the default CPU if we don't have one.
32 if (CPU.empty() && FS.size())
34 TargetName = CPU.empty() ? "sm_20" : CPU;
46 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, argument
49 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM),
50 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)),
/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp29 SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU, argument
55 std::string CPUName = CPU;
69 SparcSubtarget::SparcSubtarget(const Triple &TT, const std::string &CPU, argument
72 : SparcGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT), Is64Bit(is64Bit),
73 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
27 std::string CPUName = CPU;
35 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU, argument
38 : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false),
44 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp40 const std::string &CPU,
43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false),
44 CPUString(CPU), TargetTriple(TT), FrameLowering(),
39 WebAssemblySubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
H A DAlphaMCTargetDesc.cpp46 static MCSubtargetInfo *createAlphaMCSubtargetInfo(StringRef TT, StringRef CPU, argument
49 InitAlphaMCSubtargetInfo(X, TT, CPU, FS);

Completed in 479 milliseconds

1234567