Searched defs:RSI (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/src/x86_64/
H A Dunwind_i.h43 #define RSI 4 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h42 #define RSI 104 macro
/external/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp79 bool operator==(const RegSeqInfo &RSI) const {
80 return RSI.Instr == Instr;
94 bool tryMergeUsingCommonSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI,
96 bool tryMergeUsingFreeSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI,
102 void trackRSI(const RegSeqInfo &RSI);
178 RegSeqInfo *RSI, const RegSeqInfo *BaseRSI,
180 unsigned Reg = RSI->Instr->getOperand(0).getReg();
181 MachineBasicBlock::iterator Pos = RSI->Instr;
188 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(),
189 E = RSI
177 RebuildVector( RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const argument
273 tryMergeUsingCommonSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI, std::vector<std::pair<unsigned, unsigned> > &RemapChan) argument
294 tryMergeUsingFreeSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI, std::vector<std::pair<unsigned, unsigned> > &RemapChan) argument
307 trackRSI(const RegSeqInfo &RSI) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp3446 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); local
3447 RecordDecl *Record = RSI->TheRecordDecl;
3459 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); local
3463 buildCapturedStmtCaptureList(Captures, CaptureInits, RSI->Captures);
3465 CapturedDecl *CD = RSI->TheCapturedDecl;
3466 RecordDecl *RD = RSI->TheRecordDecl;
3469 RSI->CapRegionKind, Captures,
H A DSemaExpr.cpp11806 static bool captureInCapturedRegion(CapturedRegionScopeInfo *RSI, argument
11824 RecordDecl *RD = RSI->TheRecordDecl;
11842 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToEnclosingLocal, Loc,
12303 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) {
12304 if (!captureInCapturedRegion(RSI, Var, ExprLoc,
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c14098 } RSI; member in union:__anon31613
15003 case 0x84: s390_format_RSI_RRP(s390_irgen_BRXH, ovl.fmt.RSI.r1,
15004 ovl.fmt.RSI.r3, ovl.fmt.RSI.i2); goto ok;
15005 case 0x85: s390_format_RSI_RRP(s390_irgen_BRXLE, ovl.fmt.RSI.r1,
15006 ovl.fmt.RSI.r3, ovl.fmt.RSI.i2); goto ok;

Completed in 2484 milliseconds