Lines Matching refs:getPointerOperand

375   Value *Addr = LI->getPointerOperand();  in convertAtomicLoadToIntegerType()
397 Value *Addr = RMWI->getPointerOperand(); in convertAtomicXchgToIntegerType()
423 LI, LI->getType(), LI->getPointerOperand(), LI->getAlign(), in tryExpandAtomicLoad()
461 LI->getPointerOperand(), LI->getOrdering()); in expandAtomicLoadToLL()
476 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg()
506 Value *Addr = SI->getPointerOperand(); in convertAtomicStoreToIntegerType()
531 AtomicRMWInst::Xchg, SI->getPointerOperand(), SI->getValueOperand(), in expandAtomicStore()
581 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
854 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandPartwordAtomicRMW()
899 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in widenPartwordAtomicRMW()
961 Value *Addr = CI->getPointerOperand(); in expandPartwordCmpXchg()
1066 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandAtomicRMWToMaskedIntrinsic()
1092 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(), in expandAtomicCmpXchgToMaskedIntrinsic()
1178 Value *Addr = CI->getPointerOperand(); in convertCmpXchgToIntegerType()
1207 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg()
1571 Builder, AI->getType(), AI->getPointerOperand(), AI->getAlign(), in expandAtomicRMWToCmpXchg()
1611 I, Size, I->getAlign(), I->getPointerOperand(), nullptr, nullptr, in expandAtomicLoadToLibcall()
1624 I, Size, I->getAlign(), I->getPointerOperand(), I->getValueOperand(), in expandAtomicStoreToLibcall()
1638 I, Size, I->getAlign(), I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
1716 I, Size, I->getAlign(), I->getPointerOperand(), I->getValOperand(), in expandAtomicRMWToLibcall()