Searched refs:RSI (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp75 bool operator==(const RegSeqInfo &RSI) const {
76 return RSI.Instr == Instr;
90 bool tryMergeUsingCommonSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI,
92 bool tryMergeUsingFreeSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI,
98 void trackRSI(const RegSeqInfo &RSI);
174 RegSeqInfo *RSI, const RegSeqInfo *BaseRSI,
176 unsigned Reg = RSI->Instr->getOperand(0).getReg();
177 MachineBasicBlock::iterator Pos = RSI->Instr;
184 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(),
185 E = RSI
173 RebuildVector( RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const argument
269 tryMergeUsingCommonSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI, std::vector<std::pair<unsigned, unsigned> > &RemapChan) argument
290 tryMergeUsingFreeSlot(RegSeqInfo &RSI, RegSeqInfo &CompatibleRSI, std::vector<std::pair<unsigned, unsigned> > &RemapChan) argument
303 trackRSI(const RegSeqInfo &RSI) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce2.asm4 .SavedRsi resq 1 ; saved register RSI
10 .SavedRsi resq 1 ; Saved Register RSI
H A Dsce3.asm48 .SavedRsi resq 1 ; saved register RSI
54 .SavedRsi resq 1 ; Saved Register RSI
/external/kernel-headers/original/asm-x86/
H A Dptrace-abi.h42 #define RSI 104 macro
/external/lzma/Asm/x86/
H A D7zAsm.asm68 r6 equ RSI
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp532 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
560 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
597 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
633 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
669 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
670 return X86::RSI;
H A DX86SelectionDAGInfo.cpp239 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RSI :
H A DX86FrameLowering.cpp103 X86::RAX, X86::RDX, X86::RCX, X86::RSI, X86::RDI,
H A DX86FastISel.cpp1771 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8 , X86::R9
H A DX86ISelLowering.cpp2279 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
19115 case X86::SI: DestReg = X86::RSI; break;
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1041 RSI = PTI->ReadSequences.begin(), RSE = PTI->ReadSequences.end();
1042 RSI != RSE; ++RSI) {
1044 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) {
1278 RSI = Trans.ReadSequences.begin(), RSE = Trans.ReadSequences.end();
1279 RSI != RSE; ++RSI) {
1285 substituteVariantOperand(*RSI, /*IsRead=*/true, StartIdx);
1307 RSI
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h167 ENTRY(RSI) \
185 ENTRY(RSI) \
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c104 GENOFFSET(AMD64,amd64,RSI);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-linux.c354 SC2(rsi,RSI);
/external/clang/lib/Sema/
H A DSemaStmt.cpp3204 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); local
3205 RecordDecl *Record = RSI->TheRecordDecl;
3220 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); local
3224 buildCapturedStmtCaptureList(Captures, CaptureInits, RSI->Captures);
3226 CapturedDecl *CD = RSI->TheCapturedDecl;
3227 RecordDecl *RD = RSI->TheRecordDecl;
3230 RSI->CapRegionKind, Captures,
H A DSemaExprCXX.cpp787 else if (CapturedRegionScopeInfo *RSI
789 ThisExpr = captureThis(Context, RSI->TheRecordDecl, ThisTy, Loc);
H A DSemaExpr.cpp11154 static ExprResult captureInCapturedRegion(Sema &S, CapturedRegionScopeInfo *RSI, argument
11163 RecordDecl *RD = RSI->TheRecordDecl;
11521 if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) {
11529 ExprResult Result = captureInCapturedRegion(*this, RSI, Var,
/external/strace/
H A Dsyscall.c2223 {RDI,RSI,RDX,R10,R8,R9}, /* x86-64 ABI */
2224 {RBX,RCX,RDX,RSI,RDI,RBP} /* i386 ABI */
H A Dutil.c1421 # define arg1_offset ((long)(8*(current_personality ? RCX : RSI)))
H A Dprocess.c2687 { 8*RSI, "8*RSI" },
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1010 unsigned basereg = is64BitMode() ? X86::RSI : X86::ESI;
/external/valgrind/main/memcheck/
H A Dmc_machine.c571 if (o == GOF(RSI) && is1248) return o;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c11997 } RSI; member in union:__anon26489
12769 case 0x84: s390_format_RSI_RRP(s390_irgen_BRXH, ovl.fmt.RSI.r1,
12770 ovl.fmt.RSI.r3, ovl.fmt.RSI.i2); goto ok;
12771 case 0x85: s390_format_RSI_RRP(s390_irgen_BRXLE, ovl.fmt.RSI.r1,
12772 ovl.fmt.RSI.r3, ovl.fmt.RSI.i2); goto ok;

Completed in 518 milliseconds