Home
last modified time | relevance | path

Searched refs:isSPRegName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h81 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
H A DPPC.h359 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
H A DX86.h219 bool isSPRegName(StringRef RegName) const override { in isSPRegName() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1035 virtual bool isSPRegName(StringRef) const { return false; } in isSPRegName() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2790 getTarget().isSPRegName(Clobber)) { in EmitAsmStmt()