Searched refs:Priv (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIProgramInfo.cpp | 34 Priv = 0; in reset() 82 S_00B848_PRIV(ProgInfo.Priv) | in getComputePGMRSrc1Reg() 103 S_00B848_PRIV(ProgInfo.Priv) | in getPGMRSrc1Reg()
|
H A D | SIProgramInfo.h | 37 uint32_t Priv = 0; member
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 595 class Priv<string opcodestr, bits<7> funct7> 784 def SRET : Priv<"sret", 0b0001000>, Sched<[]> { 790 def MRET : Priv<"mret", 0b0011000>, Sched<[]> { 797 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> { 804 def SFENCE_W_INVAL : Priv<"sfence.w.inval", 0b0001100>, Sched<[]> { 810 def SFENCE_INVAL_IR : Priv<"sfence.inval.ir", 0b0001100>, Sched<[]> { 848 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2771 enum BodyGenTy { Priv, DupNoPriv, NoPriv }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3052 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl() local 3053 D->setInitializerData(Orig, Priv); in VisitOMPDeclareReductionDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6411 Builder.restoreIP(BodyGenCB(Builder.saveIP(), BodyGenTy::Priv)); in createTargetData()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 10289 case BodyGenTy::Priv: in emitTargetDataCalls()
|