Home
last modified time | relevance | path

Searched refs:lastAddrIndx (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10954 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] in EmitAtomicBitwiseWithCustomInserter() local
10955 int valArgIndx = lastAddrIndx + 1; in EmitAtomicBitwiseWithCustomInserter()
10959 for (int i=0; i <= lastAddrIndx; ++i) in EmitAtomicBitwiseWithCustomInserter()
10984 for (int i=0; i <= lastAddrIndx; ++i) in EmitAtomicBitwiseWithCustomInserter()
11072 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] in EmitAtomicBit6432WithCustomInserter() local
11076 for (int i=0; i <= lastAddrIndx; ++i) in EmitAtomicBit6432WithCustomInserter()
11081 for (int i=0; i <= lastAddrIndx-2; ++i) in EmitAtomicBit6432WithCustomInserter()
11089 (*MIB).addOperand(*argOpers[lastAddrIndx]); in EmitAtomicBit6432WithCustomInserter()
11111 int valArgIndx = lastAddrIndx + 1; in EmitAtomicBit6432WithCustomInserter()
11147 for (int i=0; i <= lastAddrIndx; ++i) in EmitAtomicBit6432WithCustomInserter()
[all …]