Home
last modified time | relevance | path

Searched defs:CPU (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h147 uint16_t CPU) XRAY_NEVER_INSTRUMENT { in recordPreamble()
182 uint16_t CPU) XRAY_NEVER_INSTRUMENT { in rewindRecords()
245 uint16_t CPU) XRAY_NEVER_INSTRUMENT { in functionEnter()
269 uint16_t CPU) XRAY_NEVER_INSTRUMENT { in functionTailExit()
293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg()
311 uint16_t CPU) XRAY_NEVER_INSTRUMENT { in functionExit()
333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent()
347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
H A Dxray_tsc.h28 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
68 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp46 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
67 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
96 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget()
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp34 std::string CPU; in getAArch64TargetCPU() local
93 DecodeAArch64Mcpu(const Driver & D,StringRef Mcpu,StringRef & CPU,llvm::AArch64::ExtensionSet & Extensions) DecodeAArch64Mcpu() argument
146 StringRef CPU; getAArch64ArchFeaturesFromMcpu() local
180 StringRef CPU; getAArch64MicroArchFeaturesFromMcpu() local
443 std::string CPU = getCPUName(D, Args, Triple); getAArch64TargetFeatures() local
[all...]
H A DM68k.cpp34 std::string CPU = std::string(llvm::sys::getHostCPUName()); in getM68kTargetCPU() local
79 std::string CPU = m68k::getM68kTargetCPU(Args); in addFloatABIFeatures() local
H A DRISCV.cpp86 StringRef CPU = A->getValue(); in getRISCVTargetFeatures() local
278 StringRef CPU = A->getValue(); getRISCVArch() local
332 std::string CPU; getRISCVTargetCPU() local
[all...]
H A DARM.cpp57 llvm::StringRef &CPU, bool FromAs) { in getARMArchCPUFromArgs() argument
99 static bool DecodeARMFeatures(const Driver &D, StringRef text, StringRef CPU, in DecodeARMFeatures() argument
113 static void DecodeARMFeaturesFromCPU(const Driver &D, StringRef CPU, in DecodeARMFeaturesFromCPU() argument
151 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); checkARMCPUName() local
233 std::string CPU = Triple.isOSBinFormatMachO() setArchNameInTriple() local
638 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); getARMTargetFeatures() local
997 std::string CPU = std::string(llvm::sys::getHostCPUName()); getARMArch() local
1027 getARMTargetCPU(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getARMTargetCPU() argument
1047 getLLVMArchKindForARM(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getLLVMArchKindForARM() argument
1071 getLLVMArchSuffixForARM(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getLLVMArchSuffixForARM() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp31 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument
46 StringRef CPU, StringRef FS, in XtensaTargetMachine() argument
60 StringRef CPU, StringRef FS, in XtensaTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp48 if (C.Name == CPU) in hasFastUnalignedAccess() argument
53 bool hasFastScalarUnalignedAccess(StringRef CPU) { in parseCPU() argument
41 getCPUInfoByName(StringRef CPU) getCPUInfoByName() argument
75 getMArchFromMcpu(StringRef CPU) getMArchFromMcpu() argument
[all...]
H A DARMTargetParser.cpp269 ARM::FPUKind ARM::getDefaultFPU(StringRef CPU, ARM::ArchKind AK) { in getDefaultFPU() argument
280 uint64_t ARM::getDefaultExtensions(StringRef CPU, ARM::ArchKind AK) { in getDefaultExtensions() argument
420 bool ARM::appendArchExtFeatures(StringRef CPU, ARM::ArchKind AK, in appendArchExtFeatures() argument
496 for (const auto &CPU : CPUNames) { getDefaultCPU() local
522 parseCPUArch(StringRef CPU) parseCPUArch() argument
537 computeDefaultTargetABI(const Triple & TT,StringRef CPU) computeDefaultTargetABI() argument
612 StringRef CPU = llvm::ARM::getDefaultCPU(MArch); getARMCPUForArch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget()
39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp42 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
58 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, in MSP430Subtarget()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
41 const std::string &CPU, in WebAssemblySubtarget()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp99 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
122 std::string CPU = in getSubtargetImpl() local
201 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
211 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
221 SparcelTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcelTargetMachine() argument
[all...]
H A DSparcSubtarget.cpp30 StringRef CPU, StringRef TuneCPU, StringRef FS) { in initializeSubtargetDependencies()
49 SparcSubtarget::SparcSubtarget(const StringRef &CPU, const StringRef &TuneCPU, in SparcSubtarget()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonELFObjectWriter.cpp27 StringRef CPU; member in __anon06dd138b0111::HexagonELFObjectWriter
301 llvm::createHexagonELFObjectWriter(uint8_t OSABI, StringRef CPU) { in createHexagonELFObjectWriter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp32 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
52 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp76 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies() argument
83 initializeFrameLowering(StringRef CPU,StringRef FS) initializeFrameLowering() argument
92 ARMSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const ARMBaseTargetMachine & TM,bool IsLittle,bool MinSize) ARMSubtarget() argument
157 initSubtargetFeatures(StringRef CPU,StringRef FS) initSubtargetFeatures() argument
[all...]
H A DARMTargetMachine.cpp125 computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI() argument
143 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument
220 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument
283 std::string CPU = getSubtargetImpl() local
328 ARMLETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMLETargetMachine() argument
336 ARMBETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMBETargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
44 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, in VESubtarget()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp73 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument
122 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
151 StringRef CPU, StringRe in MipsebTargetMachine() argument
161 MipselTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MipselTargetMachine() argument
173 std::string CPU = getSubtargetImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp58 : PPCGenSubtargetInfo(TT, CPU, TuneCPU, FS), TargetTriple(TT), in PPCSubtarget() argument
81 if (CPUName.empty() || CPU == "generic") { in initSubtargetFeatures() argument
50 initializeSubtargetDependencies(StringRef CPU,StringRef TuneCPU,StringRef FS) initializeSubtargetDependencies() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp42 static StringRef selectM68kCPU(Triple TT, StringRef CPU) { in selectM68kCPU() argument
51 M68kSubtarget::M68kSubtarget(const Triple &TT, StringRef CPU, StringRef FS, in M68kSubtarget() argument
88 initializeSubtargetDependencies(StringRef CPU,Triple TT,StringRef FS,const M68kTargetMachine & TM) initializeSubtargetDependencies() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp25 void LanaiSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
33 LanaiSubtarget &LanaiSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.cpp28 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, in initializeSubtargetDependencies() argument
84 LoongArchSubtarget::LoongArchSubtarget(const Triple &TT, StringRef CPU, in LoongArchSubtarget() argument
[all...]

12345678