Searched refs:Priv (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIProgramInfo.cpp | 27 S_00B848_PRIV(Priv) | S_00B848_DEBUG_MODE(DebugMode) | in getComputePGMRSrc1() 49 S_00B848_PRIV(Priv) | S_00B848_DEBUG_MODE(DebugMode); in getPGMRSrc1()
|
| H A D | SIProgramInfo.h | 33 uint32_t Priv = 0; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 191 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 589 class Priv<string opcodestr, bits<7> funct7> 778 def SRET : Priv<"sret", 0b0001000>, Sched<[]> { 784 def MRET : Priv<"mret", 0b0011000>, Sched<[]> { 791 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> { 798 def SFENCE_W_INVAL : Priv<"sfence.w.inval", 0b0001100>, Sched<[]> { 804 def SFENCE_INVAL_IR : Priv<"sfence.inval.ir", 0b0001100>, Sched<[]> { 842 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2171 enum BodyGenTy { Priv, DupNoPriv, NoPriv }; enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3073 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl() local 3074 D->setInitializerData(Orig, Priv); in VisitOMPDeclareReductionDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4851 Builder.restoreIP(BodyGenCB(Builder.saveIP(), BodyGenTy::Priv)); in createTargetData()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 10264 case BodyGenTy::Priv: in emitTargetDataCalls()
|