Home
last modified time | relevance | path

Searched defs:CPUTable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp96 static void Help(ArrayRef<SubtargetSubTypeKV> CPUTable, in Help()
129 static void cpuHelp(ArrayRef<SubtargetSubTypeKV> CPUTable) { in cpuHelp()
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp316 const ArrayRef<SubtargetSubTypeKV> CPUTable = MCInfo->getAllProcessorDescriptions(); in LLVMRustPrintTargetCPUs() local
318 const ArrayRef<SubtargetSubTypeKV> CPUTable = MCInfo->getCPUTable(); in LLVMRustPrintTargetCPUs() local
322 const ArrayRef<SubtargetSubTypeKV> CPUTable = TargetCPUKV; in LLVMRustPrintTargetCPUs() local