Home
last modified time | relevance | path

Searched refs:Priv (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp34 Priv = 0; in reset()
82 S_00B848_PRIV(ProgInfo.Priv) | in getComputePGMRSrc1Reg()
103 S_00B848_PRIV(ProgInfo.Priv) | in getPGMRSrc1Reg()
H A DSIProgramInfo.h37 uint32_t Priv = 0; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h191 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 DRISCVInstrInfo.td595 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 DOMPIRBuilder.h2771 enum BodyGenTy { Priv, DupNoPriv, NoPriv }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3052 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl() local
3053 D->setInitializerData(Orig, Priv); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6411 Builder.restoreIP(BodyGenCB(Builder.saveIP(), BodyGenTy::Priv)); in createTargetData()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10289 case BodyGenTy::Priv: in emitTargetDataCalls()