Home | History | Annotate | Download | only in X86

Lines Matching refs:Index

273                   // Index 0, folded load and store, no alignment requirement.
569 // Index 1, folded load
1122 // Index 2, folded load
1283 // Check for post-frame index elimination operations
1305 // Check for post-frame index elimination operations
3194 unsigned Index = I->second.second & TB_INDEX_MASK;
3205 const TargetRegisterClass *RC = getRegClass(MCID, Index, &RI);
3219 if (i >= Index && i < Index + X86::AddrNumOperands)
3223 else if (i < Index)
3225 else if (i > Index)
3322 unsigned Index = I->second.second & TB_INDEX_MASK;
3326 const TargetRegisterClass *RC = getRegClass(MCID, Index, &RI);
3335 if (i >= Index-NumDefs && i < Index-NumDefs + X86::AddrNumOperands)
3337 else if (i < Index-NumDefs)
3339 else if (i > Index-NumDefs)
3526 // Scale should be 1, Index should be Reg0.