Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp36 Priv = 0; in reset()
85 S_00B848_PRIV(ProgInfo.Priv) | in getComputePGMRSrc1Reg()
110 S_00B848_PRIV(ProgInfo.Priv) | in getPGMRSrc1Reg()
H A DSIProgramInfo.h40 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.td707 class Priv<string opcodestr, bits<7> funct7>
913 def SRET : Priv<"sret", 0b0001000>, Sched<[]> {
919 def MRET : Priv<"mret", 0b0011000>, Sched<[]> {
927 def MNRET : Priv<"mnret", 0b0111000>, Sched<[]> {
934 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> {
941 def SFENCE_W_INVAL : Priv<"sfence.w.inval", 0b0001100>, Sched<[]> {
947 def SFENCE_INVAL_IR : Priv<"sfence.inval.ir", 0b0001100>, Sched<[]> {
981 def SCTRCLR : Priv<"sctrclr", 0b0001000>, Sched<[]> {
993 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
H A DRISCVInstrInfoXSf.td883 def SF_CEASE : Priv<"sf.cease", 0b0011000>, Sched<[]> {
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp1000 bool Priv = GV->isPrivateLinkage(GV->getLinkage()); in LowerGlobalTLSAddress() local
1008 *DAG.getContext(), GV->getName().str().c_str(), LabelId, Priv, in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2971 enum BodyGenTy { Priv, DupNoPriv, NoPriv }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3081 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl()
3082 D->setInitializerData(Orig, Priv); in VisitOMPDeclareReductionDecl()
3083 Expr *Priv = Record.readExpr(); VisitOMPDeclareReductionDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6766 BodyGenCB(Builder.saveIP(), BodyGenTy::Priv); in createTargetData()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10361 case BodyGenTy::Priv: in emitTargetDataCalls()