Lines Matching refs:getPointerOperand

360   Value *Addr = LI->getPointerOperand();  in convertAtomicLoadToIntegerType()
385 Value *Addr = RMWI->getPointerOperand(); in convertAtomicXchgToIntegerType()
409 LI, LI->getType(), LI->getPointerOperand(), LI->getAlign(), in tryExpandAtomicLoad()
429 LI->getPointerOperand(), LI->getOrdering()); in expandAtomicLoadToLL()
444 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg()
474 Value *Addr = SI->getPointerOperand(); in convertAtomicStoreToIntegerType()
497 AtomicRMWInst::Xchg, SI->getPointerOperand(), SI->getValueOperand(), in expandAtomicStore()
587 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
815 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandPartwordAtomicRMW()
855 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in widenPartwordAtomicRMW()
916 Value *Addr = CI->getPointerOperand(); in expandPartwordCmpXchg()
1021 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandAtomicRMWToMaskedIntrinsic()
1047 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(), in expandAtomicCmpXchgToMaskedIntrinsic()
1132 Value *Addr = CI->getPointerOperand(); in convertCmpXchgToIntegerType()
1164 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg()
1522 Builder, AI->getType(), AI->getPointerOperand(), AI->getAlign(), in expandAtomicRMWToCmpXchg()
1562 I, Size, I->getAlign(), I->getPointerOperand(), nullptr, nullptr, in expandAtomicLoadToLibcall()
1575 I, Size, I->getAlign(), I->getPointerOperand(), I->getValueOperand(), in expandAtomicStoreToLibcall()
1589 I, Size, I->getAlign(), I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
1663 I, Size, I->getAlign(), I->getPointerOperand(), I->getValOperand(), in expandAtomicRMWToLibcall()