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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11872 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] local
11873 int valArgIndx = lastAddrIndx + 1;
11877 for (int i=0; i <= lastAddrIndx; ++i)
11902 for (int i=0; i <= lastAddrIndx; ++i)
11991 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] local
11995 for (int i=0; i <= lastAddrIndx; ++i)
12000 for (int i=0; i <= lastAddrIndx-2; ++i)
12008 (*MIB).addOperand(*argOpers[lastAddrIndx]);
12023 int valArgIndx = lastAddrIndx + 1;
12070 for (int i=0; i <= lastAddrIndx;
12143 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] local
[all...]

Completed in 272 milliseconds