Home
last modified time | relevance | path

Searched defs:isSPRegName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSystemZ.h68 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
H A DPPC.h350 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
H A DX86.h181 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h927 virtual bool isSPRegName(StringRef) const { return false; } in isSPRegName() function