Home
last modified time | relevance | path

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

12345678910>>...15

/external/llvm-project/compiler-rt/lib/xray/
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()
Dxray_tsc.h28 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
67 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfdr_controller_test.cpp84 uint16_t CPU = 1; in TEST_F() local
143 uint16_t CPU = 0; in TEST_F() local
168 uint16_t CPU = 0; in TEST_F() local
195 uint16_t CPU = 1; in TEST_F() local
222 uint16_t CPU = 1; in TEST_F() local
256 uint16_t CPU = 1; in TEST_F() local
320 uint16_t CPU = 1; in TEST_F() local
336 uint16_t CPU = 1; in TEST_F() local
353 uint16_t CPU = 1; in TEST_F() local
374 uint16_t CPU = 1; in TEST_F() local
[all …]
/external/llvm-project/llvm/lib/Target/BPF/
DBPFSubtarget.cpp28 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSubtarget.cpp28 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp68 computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI()
124 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
193 StringRef CPU, StringRef FS, in ARMBaseTargetMachine()
228 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
267 StringRef CPU, StringRef FS, in ARMTargetMachine()
282 StringRef CPU, StringRef FS, in ARMLETargetMachine()
292 StringRef CPU, StringRef FS, in ARMBETargetMachine()
302 StringRef CPU, StringRef FS, in ThumbTargetMachine()
314 StringRef CPU, StringRef FS, in ThumbLETargetMachine()
324 StringRef CPU, StringRef FS, in ThumbBETargetMachine()
DARMSubtarget.cpp72 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()
114 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp73 const StringRef CPU; member in __anon38e13db80111::X86AsmBackend
77 X86AsmBackend(const Target &T, StringRef CPU) in X86AsmBackend()
383 ELFX86AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU) in ELFX86AsmBackend()
389 ELFX86_32AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU) in ELFX86_32AsmBackend()
399 ELFX86_X32AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU) in ELFX86_X32AsmBackend()
410 ELFX86_IAMCUAsmBackend(const Target &T, uint8_t OSABI, StringRef CPU) in ELFX86_IAMCUAsmBackend()
421 ELFX86_64AsmBackend(const Target &T, uint8_t OSABI, StringRef CPU) in ELFX86_64AsmBackend()
433 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU) in WindowsX86AsmBackend()
787 DarwinX86AsmBackend(const Target &T, const MCRegisterInfo &MRI, StringRef CPU, in DarwinX86AsmBackend()
800 StringRef CPU) in DarwinX86_32AsmBackend()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp65 StringRef CPU, StringRef FS, in SparcTargetMachine()
84 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
187 StringRef CPU, StringRef FS, in SparcV8TargetMachine()
197 StringRef CPU, StringRef FS, in SparcV9TargetMachine()
207 StringRef CPU, StringRef FS, in SparcelTargetMachine()
/external/linux-kselftest/tools/testing/selftests/tc-testing/bpf/
DMakefile15 CPU ?= probe macro
17 CPU ?= generic macro
/external/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
34 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, in MSP430Subtarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp27 unsigned AArch64::getDefaultFPU(StringRef CPU, AArch64::ArchKind AK) { in getDefaultFPU()
38 unsigned AArch64::getDefaultExtensions(StringRef CPU, AArch64::ArchKind AK) { in getDefaultExtensions()
51 AArch64::ArchKind AArch64::getCPUArchKind(StringRef CPU) { in getCPUArchKind()
167 for (const auto &CPU : AArch64CPUNames) in getDefaultCPU() local
209 AArch64::ArchKind AArch64::parseCPUArch(StringRef CPU) { in parseCPUArch()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp48 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
94 StringRef CPU, StringRef FS, in MipsTargetMachine()
118 StringRef CPU, StringRef FS, in MipsebTargetMachine()
128 StringRef CPU, StringRef FS, in MipselTargetMachine()
140 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
/external/llvm-project/llvm/lib/Support/
DAArch64TargetParser.cpp27 unsigned AArch64::getDefaultFPU(StringRef CPU, AArch64::ArchKind AK) { in getDefaultFPU()
38 uint64_t AArch64::getDefaultExtensions(StringRef CPU, AArch64::ArchKind AK) { in getDefaultExtensions()
51 AArch64::ArchKind AArch64::getCPUArchKind(StringRef CPU) { in getCPUArchKind()
171 for (const auto &CPU : AArch64CPUNames) in getDefaultCPU() local
213 AArch64::ArchKind AArch64::parseCPUArch(StringRef CPU) { in parseCPUArch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp93 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in SparcTargetMachine()
113 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
193 StringRef CPU, StringRef FS, in SparcV8TargetMachine()
203 StringRef CPU, StringRef FS, in SparcV9TargetMachine()
213 StringRef CPU, StringRef FS, in SparcelTargetMachine()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp93 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in SparcTargetMachine()
114 std::string CPU = in getSubtargetImpl() local
192 StringRef CPU, StringRef FS, in SparcV8TargetMachine()
202 StringRef CPU, StringRef FS, in SparcV9TargetMachine()
212 StringRef CPU, StringRef FS, in SparcelTargetMachine()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp38 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI()
65 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout()
153 StringRef CPU, StringRef FS, in SystemZTargetMachine()
174 std::string CPU = in getSubtargetImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget()
47 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget()
50 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp42 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
58 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, in MSP430Subtarget()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp42 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
58 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU, in MSP430Subtarget()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
41 const std::string &CPU, in WebAssemblySubtarget()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp29 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
46 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp47 PPCSubtarget &PPCSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
54 PPCSubtarget::PPCSubtarget(const Triple &TT, const std::string &CPU, in PPCSubtarget()
123 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp43 PPCSubtarget &PPCSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies()
50 PPCSubtarget::PPCSubtarget(const Triple &TT, const std::string &CPU, in PPCSubtarget()
112 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()

12345678910>>...15