Searched defs:RSI (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 182 Register Reg = RSI->Instr->getOperand(0).getReg(); in RebuildVector() argument 268 tryMergeUsingCommonSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingCommonSlot() argument 288 tryMergeUsingFreeSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingFreeSlot() argument 301 trackRSI(const RegSeqInfo & RSI) trackRSI() argument 338 RegSeqInfo RSI(*MRI, &MI); runOnMachineFunction() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 351 RegSizeInfoByHwMode RSI; variable 482 RegSizeInfoByHwMode RSI; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4425 buildCapturedStmtCaptureList(Sema & S,CapturedRegionScopeInfo * RSI,SmallVectorImpl<CapturedStmt::Capture> & Captures,SmallVectorImpl<Expr * > & CaptureInits) buildCapturedStmtCaptureList() argument 4561 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); ActOnCapturedRegionError() local 4578 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); ActOnCapturedRegionEnd() local [all...] |
H A D | SemaExpr.cpp | 18372 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 18772 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { tryCaptureVariable() local 18894 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { tryCaptureVariable() local [all...] |
H A D | SemaOpenMP.cpp | 2394 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) isOpenMPCapturedDecl() local 2423 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) isOpenMPCapturedDecl() local
|