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

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp34 static StringRef getCPU(StringRef CPU) { function in namespace:llvm
52 : LLVMTargetMachine(T, AVRDataLayout, TT, getCPU(CPU), FS, Options,
55 SubTarget(TT, std::string(getCPU(CPU)), std::string(FS), *this) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp48 json::Object SimParameters({{"-mcpu", STI.getCPU()},
83 StringRef MCPU = STI.getCPU();
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h58 StringRef getCPU() const { return CPU; } function in class:llvm::RuntimeDyldCheckerImpl
H A DRuntimeDyldChecker.cpp303 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures());
734 auto TI = getTargetInfo(TT, Checker.getCPU(), Checker.getFeatures());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU()));
584 if (STI->getCPU().contains("t")) {
587 STI->getCPU().substr(0, STI->getCPU().size() - 1), FS);
589 ArchSubtarget[std::string(STI->getCPU())] =
595 return StringSwitch<unsigned>(STI.getCPU())
H A DHexagonMCDuplexInfo.cpp636 if (STI.getCPU().equals_insensitive("hexagonv5") ||
637 STI.getCPU().equals_insensitive("hexagonv55") ||
638 STI.getCPU().equals_insensitive("hexagonv60")) {
H A DHexagonAsmBackend.cpp780 StringRef CPUString = Hexagon_MC::selectHexagonCPU(STI.getCPU());
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h118 StringRef getCPU() const { return CPU; } function in class:llvm::LLVMDisasmContext
H A DDisassembler.cpp173 if (DC->getCPU().empty())
178 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU());
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h56 StringRef getCPU() const { return CPU; } function in class:clang::targets::LoongArchTargetInfo
H A DMips.h174 const std::string &getCPU() const { return CPU; } function in class:clang::targets::MipsTargetInfo
180 CPU = getCPU();
H A DLoongArch.cpp202 StringRef ArchName = getCPU();
H A DMips.cpp62 return llvm::StringSwitch<unsigned>(getCPU())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h81 const std::string &getCPU() const { return CPU; } function in class:llvm::orc::JITTargetMachineBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp144 StringRef GPUName = ST->getCPU();
H A DAMDGPUMCInstLower.cpp285 if (!MI->isPseudo() && STI.isCPUStringValid(STI.getCPU()) &&
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp180 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU());
243 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp604 STI.getCPU(), Options);
605 return new MipsAsmBackend(T, MRI, STI.getTargetTriple(), STI.getCPU(),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp132 if (STI.getCPU() == "xscale")
179 const StringRef CPUString = STI.getCPU();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp799 auto Version = getIsaVersion(STI.getCPU());
811 Processor = STI.getCPU().str();
934 IsaVersion Version = getIsaVersion(STI->getCPU());
947 IsaVersion Version = getIsaVersion(STI->getCPU());
957 IsaVersion Version = getIsaVersion(STI->getCPU());
968 IsaVersion Version = getIsaVersion(STI->getCPU());
987 IsaVersion Version = getIsaVersion(STI->getCPU());
1005 IsaVersion Version = getIsaVersion(STI->getCPU());
1138 IsaVersion Version = getIsaVersion(STI->getCPU());
1174 IsaVersion Version = getIsaVersion(STI->getCPU());
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp297 IsaVersion IVersion = getIsaVersion(STI.getCPU());
547 return getElfMach(STI.getCPU());
597 EFlagsV3 |= getElfMach(STI.getCPU());
613 EFlagsV4 |= getElfMach(STI.getCPU());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h109 StringRef getCPU() const { return CPU; } function in class:llvm::MCSubtargetInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp180 StringRef CPU = STI.getCPU();
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java231 out.printf("%3s %-41s ", data.getCPU(),
240 data.getCPU(), probe.getID(),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp223 std::string Subtarget = std::string(SchedModel.getSubtargetInfo()->getCPU());
294 std::string(SchedModel.getSubtargetInfo()->getCPU());

Completed in 373 milliseconds

12