Lines Matching refs:getPointerOperand
362 Value *Addr = LI->getPointerOperand(); in convertAtomicLoadToIntegerType()
386 Value *Addr = RMWI->getPointerOperand(); in convertAtomicXchgToIntegerType()
414 LI, LI->getType(), LI->getPointerOperand(), LI->getAlign(), in tryExpandAtomicLoad()
452 LI->getPointerOperand(), LI->getOrdering()); in expandAtomicLoadToLL()
467 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg()
497 Value *Addr = SI->getPointerOperand(); in convertAtomicStoreToIntegerType()
524 AtomicRMWInst::Xchg, SI->getPointerOperand(), SI->getValueOperand(), in expandAtomicStore()
576 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
822 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandPartwordAtomicRMW()
861 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in widenPartwordAtomicRMW()
922 Value *Addr = CI->getPointerOperand(); in expandPartwordCmpXchg()
1027 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandAtomicRMWToMaskedIntrinsic()
1053 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(), in expandAtomicCmpXchgToMaskedIntrinsic()
1139 Value *Addr = CI->getPointerOperand(); in convertCmpXchgToIntegerType()
1170 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg()
1529 Builder, AI->getType(), AI->getPointerOperand(), AI->getAlign(), in expandAtomicRMWToCmpXchg()
1569 I, Size, I->getAlign(), I->getPointerOperand(), nullptr, nullptr, in expandAtomicLoadToLibcall()
1582 I, Size, I->getAlign(), I->getPointerOperand(), I->getValueOperand(), in expandAtomicStoreToLibcall()
1596 I, Size, I->getAlign(), I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
1672 I, Size, I->getAlign(), I->getPointerOperand(), I->getValOperand(), in expandAtomicRMWToLibcall()