/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 147 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 D | xray_tsc.h | 28 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/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFSubtarget.cpp | 28 initializeSubtargetDependencies(StringRef CPU,StringRef FS) initializeSubtargetDependencies() argument 43 initSubtargetFeatures(StringRef CPU,StringRef FS) initSubtargetFeatures() argument 60 BPFSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const TargetMachine & TM) BPFSubtarget() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 31 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() 46 StringRef CPU, StringRef FS, in XtensaTargetMachine() 60 StringRef CPU, StringRef FS, in XtensaTargetMachine() 72 auto CPU = CPUAttr.isValid() ? CPUAttr.getValueAsString().str() : TargetCPU; in getSubtargetImpl() local
|
H A D | XtensaSubtarget.cpp | 26 XtensaSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() 40 XtensaSubtarget::XtensaSubtarget(const Triple &TT, StringRef CPU, StringRef FS, in XtensaSubtarget()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRSubtarget.cpp | 30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() 39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 46 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName() 53 bool hasFastScalarUnalignedAccess(StringRef CPU) { in hasFastScalarUnalignedAccess() 58 bool hasFastVectorUnalignedAccess(StringRef CPU) { in hasFastVectorUnalignedAccess() 63 bool parseCPU(StringRef CPU, bool IsRV64) { in parseCPU() 85 StringRef getMArchFromMcpu(StringRef CPU) { in getMArchFromMcpu() 109 void getFeaturesForCPU(StringRef CPU, in getFeaturesForCPU()
|
H A D | ARMTargetParser.cpp | 269 ARM::FPUKind ARM::getDefaultFPU(StringRef CPU, ARM::ArchKind AK) { in getDefaultFPU() 280 uint64_t ARM::getDefaultExtensions(StringRef CPU, ARM::ArchKind AK) { in getDefaultExtensions() 420 bool ARM::appendArchExtFeatures(StringRef CPU, ARM::ArchKind AK, in appendArchExtFeatures() 496 for (const auto &CPU : CPUNames) { in getDefaultCPU() local 522 ARM::ArchKind ARM::parseCPUArch(StringRef CPU) { in parseCPUArch() 537 StringRef ARM::computeDefaultTargetABI(const Triple &TT, StringRef CPU) { in computeDefaultTargetABI() 614 StringRef CPU = llvm::ARM::getDefaultCPU(MArch); in getARMCPUForArch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySubtarget.cpp | 28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() 41 const std::string &CPU, in WebAssemblySubtarget()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430Subtarget.cpp | 42 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() 58 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, in MSP430Subtarget()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | AArch64.cpp | 34 std::string CPU; in getAArch64TargetCPU() local 93 static bool DecodeAArch64Mcpu(const Driver &D, StringRef Mcpu, StringRef &CPU, in DecodeAArch64Mcpu() 142 StringRef CPU; in getAArch64ArchFeaturesFromMcpu() local 179 StringRef CPU; in getAArch64MicroArchFeaturesFromMcpu() local 444 std::string CPU = getCPUName(D, Args, Triple); in getAArch64TargetFeatures() local
|
H A D | M68k.cpp | 34 std::string CPU = std::string(llvm::sys::getHostCPUName()); in getM68kTargetCPU() local 79 std::string CPU = m68k::getM68kTargetCPU(Args); in addFloatABIFeatures() local
|
H A D | ARM.cpp | 57 llvm::StringRef &CPU, bool FromAs) { in getARMArchCPUFromArgs() 99 static bool DecodeARMFeatures(const Driver &D, StringRef text, StringRef CPU, in DecodeARMFeatures() 113 static void DecodeARMFeaturesFromCPU(const Driver &D, StringRef CPU, in DecodeARMFeaturesFromCPU() 151 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); in checkARMCPUName() local 233 std::string CPU = Triple.isOSBinFormatMachO() in setArchNameInTriple() local 643 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple); in getARMTargetFeatures() local 1003 std::string CPU = std::string(llvm::sys::getHostCPUName()); in getARMArch() local 1033 std::string arm::getARMTargetCPU(StringRef CPU, StringRef Arch, in getARMTargetCPU() 1053 llvm::ARM::ArchKind arm::getLLVMArchKindForARM(StringRef CPU, StringRef Arch, in getLLVMArchKindForARM() 1077 StringRef arm::getLLVMArchSuffixForARM(StringRef CPU, StringRef Arch, in getLLVMArchSuffixForARM()
|
H A D | RISCV.cpp | 86 StringRef CPU = A->getValue(); in getRISCVTargetFeatures() local 313 StringRef CPU = A->getValue(); in getRISCVArch() local 383 std::string CPU; in getRISCVTargetCPU() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 99 StringRef CPU, StringRef FS, in SparcTargetMachine() 122 std::string CPU = in getSubtargetImpl() local 201 StringRef CPU, StringRef FS, in SparcV8TargetMachine() 211 StringRef CPU, StringRef FS, in SparcV9TargetMachine() 221 StringRef CPU, StringRef FS, in SparcelTargetMachine()
|
H A D | SparcSubtarget.cpp | 28 initializeSubtargetDependencies(StringRef CPU,StringRef FS) initializeSubtargetDependencies() argument 45 SparcSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const TargetMachine & TM,bool is64Bit) SparcSubtarget() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonELFObjectWriter.cpp | 27 StringRef CPU; member in __anonb1bb8d390111::HexagonELFObjectWriter 301 llvm::createHexagonELFObjectWriter(uint8_t OSABI, StringRef CPU) { in createHexagonELFObjectWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXSubtarget.cpp | 32 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument 47 NVPTXSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const NVPTXTargetMachine & TM) NVPTXSubtarget() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 73 ARMSubtarget &ARMSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() 80 ARMFrameLowering *ARMSubtarget::initializeFrameLowering(StringRef CPU, in initializeFrameLowering() 89 ARMSubtarget::ARMSubtarget(const Triple &TT, const std::string &CPU, in ARMSubtarget() 153 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
|
H A D | ARMTargetMachine.cpp | 125 computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI() 143 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() 220 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() 285 std::string CPU = in getSubtargetImpl() local 330 StringRef CPU, StringRef FS, in ARMLETargetMachine() 338 StringRef CPU, StringRef FS, in ARMBETargetMachine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 73 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() 122 StringRef CPU, StringRef FS, in MipsTargetMachine() 151 StringRef CPU, StringRef FS, in MipsebTargetMachine() 161 StringRef CPU, StringRef FS, in MipselTargetMachine() 173 std::string CPU = in getSubtargetImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VESubtarget.cpp | 28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() 44 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, in VESubtarget()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.cpp | 42 static StringRef selectM68kCPU(Triple TT, StringRef CPU) { in selectM68kCPU() 51 M68kSubtarget::M68kSubtarget(const Triple &TT, StringRef CPU, StringRef FS, in M68kSubtarget() 88 StringRef CPU, Triple TT, StringRef FS, const M68kTargetMachine &TM) { in initializeSubtargetDependencies()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSubtarget.cpp | 25 void LanaiSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument 33 LanaiSubtarget &LanaiSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchSubtarget.cpp | 28 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, in initializeSubtargetDependencies() 84 LoongArchSubtarget::LoongArchSubtarget(const Triple &TT, StringRef CPU, in LoongArchSubtarget()
|