Searched defs:RSI (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 182 Register Reg = RSI->Instr->getOperand(0).getReg(); in RebuildVector() argument 272 tryMergeUsingCommonSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingCommonSlot() argument 292 tryMergeUsingFreeSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingFreeSlot() argument 305 trackRSI(const RegSeqInfo & RSI) trackRSI() argument 342 RegSeqInfo RSI(*MRI, &MI); runOnMachineFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.h |
|
/freebsd-src/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.h | 46 #define RSI 6 macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4723 buildCapturedStmtCaptureList(Sema & S,CapturedRegionScopeInfo * RSI,SmallVectorImpl<CapturedStmt::Capture> & Captures,SmallVectorImpl<Expr * > & CaptureInits) buildCapturedStmtCaptureList() argument 4858 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); ActOnCapturedRegionError() local 4875 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); ActOnCapturedRegionEnd() local [all...] |
H A D | SemaExpr.cpp | 19456 captureInCapturedRegion(CapturedRegionScopeInfo * RSI,ValueDecl * Var,SourceLocation Loc,const bool BuildAndDiagnose,QualType & CaptureType,QualType & DeclRefType,const bool RefersToCapturedVariable,Sema::TryCaptureKind Kind,bool IsTopScope,Sema & S,bool Invalid) captureInCapturedRegion() argument 19856 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { tryCaptureVariable() local 19968 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { tryCaptureVariable() local [all...] |
H A D | SemaOpenMP.cpp | 2388 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) isOpenMPCapturedDecl() local 2417 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) isOpenMPCapturedDecl() local
|