Lines Matching refs:getPointerOperand
380 Value *Addr = LI->getPointerOperand(); in convertAtomicLoadToIntegerType()
403 LI, LI->getType(), LI->getPointerOperand(), LI->getOrdering(), in tryExpandAtomicLoad()
422 TLI->emitLoadLinked(Builder, LI->getPointerOperand(), LI->getOrdering()); in expandAtomicLoadToLL()
434 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg()
464 Value *Addr = SI->getPointerOperand(); in convertAtomicStoreToIntegerType()
487 Builder.CreateAtomicRMW(AtomicRMWInst::Xchg, SI->getPointerOperand(), in expandAtomicStore()
558 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
726 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandPartwordAtomicRMW()
759 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in widenPartwordAtomicRMW()
820 Value *Addr = CI->getPointerOperand(); in expandPartwordCmpXchg()
925 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandAtomicRMWToMaskedIntrinsic()
952 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(), in expandAtomicCmpXchgToMaskedIntrinsic()
1035 Value *Addr = CI->getPointerOperand(); in convertCmpXchgToIntegerType()
1069 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg()
1409 Builder, AI->getType(), AI->getPointerOperand(), AI->getOrdering(), in expandAtomicRMWToCmpXchg()
1449 I, Size, Align, I->getPointerOperand(), nullptr, nullptr, in expandAtomicLoadToLibcall()
1463 I, Size, Align, I->getPointerOperand(), I->getValueOperand(), nullptr, in expandAtomicStoreToLibcall()
1478 I, Size, Align, I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
1551 I, Size, Align, I->getPointerOperand(), I->getValOperand(), nullptr, in expandAtomicRMWToLibcall()