Lines Matching defs:Interesting
758 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting);
1405 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting) {
1413 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false,
1418 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true,
1423 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true,
1428 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true,
1452 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask);
1474 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, TrueMask,
1502 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment,
1517 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment,
1528 Interesting.emplace_back(I, ArgNo, false, Ty, Align(1));