| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 34 static StringRef getCPU(StringRef CPU) { in getCPU() function 52 : CodeGenTargetMachineImpl(T, AVRDataLayout, TT, getCPU(CPU), FS, Options, in AVRTargetMachine() 55 SubTarget(TT, std::string(getCPU(CPU)), std::string(FS), *this) { in AVRTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | PipelinePrinter.cpp | 48 json::Object SimParameters({{"-mcpu", STI.getCPU()}, in getJSONSimulationParameters() 83 StringRef MCPU = STI.getCPU(); in getJSONTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 605 : MipsAsmBackend(T, MRI, STI.getTargetTriple(), STI.getCPU(), false) {} in WindowsMipsAsmBackend() 624 STI.getCPU(), Options); in createMipsAsmBackend() 625 return new MipsAsmBackend(T, MRI, STI.getTargetTriple(), STI.getCPU(), in createMipsAsmBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 528 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() 660 if (STI->getCPU().contains("t")) { in addArchSubtarget() 662 STI->getCPU().drop_back(), FS); in addArchSubtarget() 664 ArchSubtarget[std::string(STI->getCPU())] = in addArchSubtarget() 695 return StringSwitch<unsigned>(STI.getCPU()) in GetELFFlags()
|
| H A D | HexagonMCDuplexInfo.cpp | 636 if (STI.getCPU().equals_insensitive("hexagonv5") || in isOrderedDuplexPair() 637 STI.getCPU().equals_insensitive("hexagonv55") || in isOrderedDuplexPair() 638 STI.getCPU().equals_insensitive("hexagonv60")) { in isOrderedDuplexPair()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | Mips.h | 180 const std::string &getCPU() const { return CPU; } in getCPU() function 186 CPU = getCPU(); in initFeatureMap()
|
| H A D | LoongArch.h | 73 StringRef getCPU() const { return CPU; } in getCPU() function
|
| H A D | Mips.cpp | 70 return llvm::StringSwitch<unsigned>(getCPU()) in getISARev()
|
| H A D | LoongArch.cpp | 214 StringRef ArchName = getCPU(); in getTargetDefines()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 180 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in computeWaitCnt() 243 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in generateWaitCntInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 367 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() 714 return getElfMach(STI.getCPU()); in getEFlagsR600() 766 EFlagsV3 |= getElfMach(STI.getCPU()); in getEFlagsV3() 782 EFlagsV4 |= getElfMach(STI.getCPU()); in getEFlagsV4() 823 switch (parseArchAMDGCN(STI.getCPU())) { in getEFlagsV6()
|
| H A D | AMDGPUMCKernelDescriptor.cpp | 23 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 118 StringRef getCPU() const { return CPU; } in getCPU() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 82 const std::string &getCPU() const { return CPU; } in getCPU() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 136 if (STI.getCPU() == "xscale") in getArchForCPU() 183 const StringRef CPUString = STI.getCPU(); in emitTargetAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURemoveIncompatibleFunctions.cpp | 166 StringRef GPUName = ST->getCPU(); in checkFunction()
|
| H A D | AMDGPUPreloadKernArgProlog.cpp | 138 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(ST.getCPU()); in createBackCompatBlock()
|
| H A D | AMDGPUMCInstLower.cpp | 384 if (!MI->isPseudo() && STI.isCPUStringValid(STI.getCPU()) && in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1063 auto Version = getIsaVersion(STI.getCPU()); in toString() 1074 Processor = STI.getCPU().str(); in toString() 1190 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() 1201 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() 1211 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() 1222 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() 1241 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() 1259 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() 1465 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() 2327 auto Version = getIsaVersion(STI.getCPU()); in getNSAMaxSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 51 Allows32BitBranch(llvm::StringSwitch<bool>(STI.getCPU()) in M68kAsmBackend()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 112 StringRef getCPU() const { return CPU; } in getCPU() function
|
| H A D | MCSchedule.h | 444 llvm::StringRef CPU = STI.getCPU(); in computeInstrLatency()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SIMDInstrOpt.cpp | 221 std::string Subtarget = std::string(SchedModel.getSubtargetInfo()->getCPU()); in shouldReplaceInst() 292 std::string(SchedModel.getSubtargetInfo()->getCPU()); in shouldExitEarly()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 231 out.printf("%3s %-41s ", data.getCPU(), in consumeProbeData() 240 data.getCPU(), probe.getID(), in consumeProbeData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 180 StringRef CPU = STI.getCPU(); in emitTargetAttributes()
|