Home
last modified time | relevance | path

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

12345678

/freebsd/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()
98 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DPPCTargetParser.cpp37 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName()
88 bool isValidCPU(StringRef CPU) { in isValidCPU()
98 StringRef CPU = sys::getHostCPUName(); in getNormalizedPPCTargetCPU() local
103 StringRef CPU = normalizeCPUName(CPUName); in getNormalizedPPCTargetCPU() local
125 StringRef CPU) { in getPPCDefaultTargetFeatures()
H A DRISCVTargetParser.cpp43 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName()
50 bool hasFastScalarUnalignedAccess(StringRef CPU) { in hasFastScalarUnalignedAccess()
55 bool hasFastVectorUnalignedAccess(StringRef CPU) { in hasFastVectorUnalignedAccess()
60 bool hasValidCPUModel(StringRef CPU) { return getCPUModel(CPU).isValid(); } in hasValidCPUModel()
62 CPUModel getCPUModel(StringRef CPU) { in getCPUModel()
79 bool parseCPU(StringRef CPU, bool IsRV64) { in parseCPU()
101 StringRef getMArchFromMcpu(StringRef CPU) { in getMArchFromMcpu()
125 void getFeaturesForCPU(StringRef CPU, in getFeaturesForCPU()
H A DARMTargetParser.cpp271 ARM::FPUKind ARM::getDefaultFPU(StringRef CPU, ARM::ArchKind AK) { in getDefaultFPU()
282 uint64_t ARM::getDefaultExtensions(StringRef CPU, ARM::ArchKind AK) { in getDefaultExtensions()
421 bool ARM::appendArchExtFeatures(StringRef CPU, ARM::ArchKind AK, in appendArchExtFeatures()
497 for (const auto &CPU : CPUNames) { in getDefaultCPU() local
523 ARM::ArchKind ARM::parseCPUArch(StringRef CPU) { in parseCPUArch()
538 StringRef ARM::computeDefaultTargetABI(const Triple &TT, StringRef CPU) { in computeDefaultTargetABI()
578 ARM::ARMABI ARM::computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI()
632 StringRef CPU = llvm::ARM::getDefaultCPU(MArch); in getARMCPUForArch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp49 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
71 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
103 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp35 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
50 StringRef CPU, StringRef FS, in XtensaTargetMachine()
65 StringRef CPU, StringRef FS, in XtensaTargetMachine()
77 auto CPU = CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl() local
H A DXtensaSubtarget.cpp26 XtensaSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
38 XtensaSubtarget::XtensaSubtarget(const Triple &TT, StringRef CPU, StringRef FS, in XtensaSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp73 ARMSubtarget &ARMSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
79 ARMFrameLowering *ARMSubtarget::initializeFrameLowering(StringRef CPU, in initializeFrameLowering()
88 ARMSubtarget::ARMSubtarget(const Triple &TT, const std::string &CPU, in ARMSubtarget()
139 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp106 StringRef CPU, StringRef FS, in SparcTargetMachine()
130 std::string CPU = in getSubtargetImpl() local
210 StringRef CPU, StringRef FS, in SparcV8TargetMachine()
220 StringRef CPU, StringRef FS, in SparcV9TargetMachine()
230 StringRef CPU, StringRef FS, in SparcelTargetMachine()
H A DSparcSubtarget.cpp30 StringRef CPU, StringRef TuneCPU, StringRef FS) { in initializeSubtargetDependencies()
49 SparcSubtarget::SparcSubtarget(const StringRef &CPU, const StringRef &TuneCPU, in SparcSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp29 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget()
38 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp80 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
129 StringRef CPU, StringRef FS, in MipsTargetMachine()
159 StringRef CPU, StringRef FS, in MipsebTargetMachine()
169 StringRef CPU, StringRef FS, in MipselTargetMachine()
181 std::string CPU = in getSubtargetImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
59 const std::string &CPU, in WebAssemblySubtarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp30 std::string CPU = std::string(llvm::sys::getHostCPUName()); in getM68kTargetCPU() local
75 std::string CPU = m68k::getM68kTargetCPU(Args); in addFloatABIFeatures() local
H A DARM.cpp76 llvm::StringRef &CPU, bool FromAs) { in getARMArchCPUFromArgs()
118 static bool DecodeARMFeatures(const Driver &D, StringRef text, StringRef CPU, in DecodeARMFeatures()
132 static void DecodeARMFeaturesFromCPU(const Driver &D, StringRef CPU, in DecodeARMFeaturesFromCPU()
170 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); in checkARMCPUName() local
271 std::string CPU = Triple.isOSBinFormatMachO() in setArchNameInTriple() local
681 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); in getARMTargetFeatures() local
1094 std::string CPU = std::string(llvm::sys::getHostCPUName()); in getARMArch() local
1124 std::string arm::getARMTargetCPU(StringRef CPU, StringRef Arch, in getARMTargetCPU()
1144 llvm::ARM::ArchKind arm::getLLVMArchKindForARM(StringRef CPU, StringRef Arch, in getLLVMArchKindForARM()
1168 StringRef arm::getLLVMArchSuffixForARM(StringRef CPU, StringRef Arch, in getLLVMArchSuffixForARM()
H A DRISCV.cpp83 StringRef CPU = A->getValue(); in getRISCVTargetFeatures() local
283 StringRef CPU = A->getValue(); in getRISCVArch() local
354 std::string CPU; in getRISCVTargetCPU() local
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonELFObjectWriter.cpp26 StringRef CPU; member in __anonb1bb8d390111::HexagonELFObjectWriter
311 llvm::createHexagonELFObjectWriter(uint8_t OSABI, StringRef CPU) { in createHexagonELFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp41 static StringRef selectM68kCPU(Triple TT, StringRef CPU) { in selectM68kCPU()
50 M68kSubtarget::M68kSubtarget(const Triple &TT, StringRef CPU, StringRef FS, in M68kSubtarget()
95 StringRef CPU, Triple TT, StringRef FS, const M68kTargetMachine &TM) { in initializeSubtargetDependencies()
H A DM68kTargetMachine.cpp49 std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
99 StringRef CPU, StringRef FS, in M68kTargetMachine()
119 auto CPU = CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp26 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
42 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, in VESubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp23 void LanaiSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
31 LanaiSubtarget &LanaiSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp35 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
54 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.cpp35 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, in initializeSubtargetDependencies()
91 LoongArchSubtarget::LoongArchSubtarget(const Triple &TT, StringRef CPU, in LoongArchSubtarget()

12345678