/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 182 RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, in RebuildVector() 272 bool R600VectorRegMerger::tryMergeUsingCommonSlot(RegSeqInfo &RSI, in tryMergeUsingCommonSlot() 292 bool R600VectorRegMerger::tryMergeUsingFreeSlot(RegSeqInfo &RSI, in tryMergeUsingFreeSlot() 305 void R600VectorRegMerger::trackRSI(const RegSeqInfo &RSI) { in trackRSI() 342 RegSeqInfo RSI(*MRI, &MI); in runOnMachineFunction() local
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | mcore-opc.h | 28 JC, JU, JL, RSI, DO21, OB2 enumerator
|
H A D | i370-opc.c | 381 #define RSI(op, r1, r3, i2) \ macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mcore-opc.h | 28 JC, JU, JL, RSI, DO21, OB2 enumerator
|
H A D | i370-opc.c | 370 #define RSI(op, r1, r3, i2) \ macro
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.h | 330 RegSizeInfoByHwMode RSI; variable 458 RegSizeInfoByHwMode RSI; member
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | basic-block.h | 95 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 101 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 107 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4660 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI, in buildCapturedStmtCaptureList() 4794 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError() local 4811 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 18800 CapturedRegionScopeInfo *RSI, ValueDecl *Var, SourceLocation Loc, in captureInCapturedRegion() 19161 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local 19273 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local
|
H A D | SemaOpenMP.cpp | 2365 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) in isOpenMPCapturedDecl() local 2394 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) in isOpenMPCapturedDecl() local
|