Home
last modified time | relevance | path

Searched refs:getCPU (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp34 static StringRef getCPU(StringRef CPU) { in getCPU() function
52 : LLVMTargetMachine(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 DPipelinePrinter.cpp48 json::Object SimParameters({{"-mcpu", STI.getCPU()}, in getJSONSimulationParameters()
83 StringRef MCPU = STI.getCPU(); in getJSONTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp494 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget()
618 if (STI->getCPU().contains("t")) { in addArchSubtarget()
621 STI->getCPU().substr(0, STI->getCPU().size() - 1), FS); in addArchSubtarget()
623 ArchSubtarget[std::string(STI->getCPU())] = in addArchSubtarget()
652 return StringSwitch<unsigned>(STI.getCPU()) in GetELFFlags()
H A DHexagonMCDuplexInfo.cpp636 if (STI.getCPU().equals_insensitive("hexagonv5") || in isOrderedDuplexPair()
637 STI.getCPU().equals_insensitive("hexagonv55") || in isOrderedDuplexPair()
638 STI.getCPU().equals_insensitive("hexagonv60")) { in isOrderedDuplexPair()
H A DHexagonAsmBackend.cpp773 StringRef CPUString = Hexagon_MC::selectHexagonCPU(STI.getCPU()); in createHexagonAsmBackend()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h179 const std::string &getCPU() const { return CPU; } in getCPU() function
185 CPU = getCPU(); in initFeatureMap()
H A DLoongArch.h58 StringRef getCPU() const { return CPU; } in getCPU() function
H A DLoongArch.cpp202 StringRef ArchName = getCPU(); in getTargetDefines()
H A DMips.cpp62 return llvm::StringSwitch<unsigned>(getCPU()) in getISARev()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp179 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in computeWaitCnt()
242 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in generateWaitCntInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp325 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor()
668 return getElfMach(STI.getCPU()); in getEFlagsR600()
720 EFlagsV3 |= getElfMach(STI.getCPU()); in getEFlagsV3()
736 EFlagsV4 |= getElfMach(STI.getCPU()); in getEFlagsV4()
777 switch (parseArchAMDGCN(STI.getCPU())) { in getEFlagsV6()
H A DAMDGPUMCKernelDescriptor.cpp23 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp173 if (DC->getCPU().empty()) in getItineraryLatency()
178 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU()); in getItineraryLatency()
H A DDisassembler.h118 StringRef getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h81 const std::string &getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp861 auto Version = getIsaVersion(STI.getCPU()); in toString()
873 Processor = STI.getCPU().str(); in toString()
996 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule()
1009 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs()
1019 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs()
1030 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs()
1049 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs()
1067 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs()
1245 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT()
2088 auto Version = getIsaVersion(STI.getCPU()); in getNSAMaxSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp132 if (STI.getCPU() == "xscale") in getArchForCPU()
179 const StringRef CPUString = STI.getCPU(); in emitTargetAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp605 STI.getCPU(), Options); in createMipsAsmBackend()
606 return new MipsAsmBackend(T, MRI, STI.getTargetTriple(), STI.getCPU(), in createMipsAsmBackend()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp144 StringRef GPUName = ST->getCPU(); in checkFunction()
H A DAMDGPUMCInstLower.cpp284 if (!MI->isPseudo() && STI.isCPUStringValid(STI.getCPU()) && in emitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h109 StringRef getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp223 std::string Subtarget = std::string(SchedModel.getSubtargetInfo()->getCPU()); in shouldReplaceInst()
294 std::string(SchedModel.getSubtargetInfo()->getCPU()); in shouldExitEarly()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java231 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 DCSKYELFStreamer.cpp179 StringRef CPU = STI.getCPU(); in emitTargetAttributes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp303 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in evalDecodeOperand()
740 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures()); in decodeInst()

12