Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h31 enum class RegisterType { BReg, TReg, UReg, SReg }; enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp167 llvm::Type *RegisterType, in EmitAMDGCNBallotForExec()
H A DARM.cpp2553 llvm::Type *RegisterType, in EmitSpecialRegisterBuiltin()
2996 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local
5455 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
5495 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp54 using RegisterType = HLSLResourceBindingAttr::RegisterType; typedef