Searched defs:isSPRegName (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | SystemZ.h | 81 bool isSPRegName(StringRef RegName) const override { isSPRegName() function |
H A D | PPC.h | 359 bool isSPRegName(StringRef RegName) const override { isSPRegName() function |
H A D | X86.h | 219 bool isSPRegName(StringRef RegName) const override { isSPRegName() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1035 virtual bool isSPRegName(StringRef) const { return false; } isSPRegName() function |