Home
last modified time | relevance | path

Searched refs:CpuArch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp505 unsigned CpuArch = ArchV5; in completeHVXFeatures() local
510 CpuArch = F; in completeHVXFeatures()
535 switch (CpuArch) { in completeHVXFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7060 const llvm::AArch64::ArchInfo *CpuArch = llvm::AArch64::getArchForCpu(CPU); in parseDirectiveCPU() local
7061 if (!CpuArch) { in parseDirectiveCPU()
7065 ExpandCryptoAEK(*CpuArch, RequestedExtensions); in parseDirectiveCPU()