Home
last modified time | relevance | path

Searched refs:getFPUFeatures (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h227 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() function in ARM
530 return ARM::getFPUFeatures(FPUKind, Features); in appendArchExtFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10970 if (!ARM::getFPUFeatures(ID, Features)) in parseDirectiveFPU()