Lines Matching refs:CPU
46 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName() argument
48 if (C.Name == CPU) in getCPUInfoByName()
53 bool hasFastScalarUnalignedAccess(StringRef CPU) { in hasFastScalarUnalignedAccess() argument
54 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastScalarUnalignedAccess()
58 bool hasFastVectorUnalignedAccess(StringRef CPU) { in hasFastVectorUnalignedAccess() argument
59 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastVectorUnalignedAccess()
63 bool parseCPU(StringRef CPU, bool IsRV64) { in parseCPU() argument
64 const CPUInfo *Info = getCPUInfoByName(CPU); in parseCPU()
85 StringRef getMArchFromMcpu(StringRef CPU) { in getMArchFromMcpu() argument
86 const CPUInfo *Info = getCPUInfoByName(CPU); in getMArchFromMcpu()
109 void getFeaturesForCPU(StringRef CPU, in getFeaturesForCPU() argument
112 StringRef MarchFromCPU = llvm::RISCV::getMArchFromMcpu(CPU); in getFeaturesForCPU()