/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | regset.h | 99 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 105 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 111 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 183 RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, in RebuildVector() 276 bool R600VectorRegMerger::tryMergeUsingCommonSlot(RegSeqInfo &RSI, in tryMergeUsingCommonSlot() 296 bool R600VectorRegMerger::tryMergeUsingFreeSlot(RegSeqInfo &RSI, in tryMergeUsingFreeSlot() 309 void R600VectorRegMerger::trackRSI(const RegSeqInfo &RSI) { in trackRSI() 348 RegSeqInfo RSI(*MRI, &MI); in runOnMachineFunction() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | regset.h | 102 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 108 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 114 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mcore-opc.h | 30 JC, JU, JL, RSI, DO21, OB2 enumerator
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mcore-opc.h | 30 JC, JU, JL, RSI, DO21, OB2 enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | atomic.d | 220 mov RCX, RSI; in version() local 462 mov RCX, RSI; in version() local 583 mov RCX, RSI; in version() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | fiber.d | 304 push RSI; in fiber_switchContext() local 344 pop RSI; in fiber_switchContext() local 407 mov RSP, RSI; in fiber_switchContext() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | cpuid.d | 867 push RSI; in cpuidX86() local 868 mov RSI, pnb; in cpuidX86() local 887 pop RSI; in cpuidX86() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.h | 330 RegSizeInfoByHwMode RSI; variable 459 RegSizeInfoByHwMode RSI; member
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | macdefs.h | 162 #define RSI 004 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 637 SelectInst *RSI = dyn_cast<SelectInst>(RHS); in equalityPropUnSafe() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4645 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI, in buildCapturedStmtCaptureList() 4779 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError() local 4796 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 17413 CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, in captureInCapturedRegion() 17759 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local 17871 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local
|
H A D | SemaOpenMP.cpp | 2206 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) in isOpenMPCapturedDecl() local 2235 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(FSI)) in isOpenMPCapturedDecl() local
|