Searched refs:Priv (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIProgramInfo.cpp | 26 S_00B848_PRIV(Priv) | S_00B848_DX10_CLAMP(DX10Clamp) | in getComputePGMRSrc1() 37 S_00B848_PRIV(Priv) | S_00B848_DX10_CLAMP(DX10Clamp) | in getPGMRSrc1()
|
H A D | SIProgramInfo.h | 31 uint32_t Priv = 0; member
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 192 Expr *Priv = nullptr; variable 249 Expr *getInitPriv() { return Priv; } in getInitPriv() 250 const Expr *getInitPriv() const { return Priv; } in getInitPriv() 259 Priv = PrivE; in setInitializerData()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 586 class Priv<string opcodestr, bits<7> funct7> 793 def URET : Priv<"uret", 0b0000000>, Sched<[]> { 799 def SRET : Priv<"sret", 0b0001000>, Sched<[]> { 805 def MRET : Priv<"mret", 0b0011000>, Sched<[]> { 812 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> { 819 def SFENCE_W_INVAL : Priv<"sfence.w.inval", 0b0001100>, Sched<[]> { 825 def SFENCE_INVAL_IR : Priv<"sfence.inval.ir", 0b0001100>, Sched<[]> { 863 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2920 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl() local 2921 D->setInitializerData(Orig, Priv); in VisitOMPDeclareReductionDecl()
|