Lines Matching refs:getPointerOperand
410 Value *Addr = LI->getPointerOperand(); in convertAtomicLoadToIntegerType()
432 Value *Addr = RMWI->getPointerOperand(); in convertAtomicXchgToIntegerType()
458 LI, LI->getType(), LI->getPointerOperand(), LI->getAlign(), in tryExpandAtomicLoad()
496 LI->getPointerOperand(), LI->getOrdering()); in expandAtomicLoadToLL()
511 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg()
541 Value *Addr = SI->getPointerOperand(); in convertAtomicStoreToIntegerType()
566 AtomicRMWInst::Xchg, SI->getPointerOperand(), SI->getValueOperand(), in expandAtomicStore()
616 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
907 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandPartwordAtomicRMW()
981 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in widenPartwordAtomicRMW()
1044 Value *Addr = CI->getPointerOperand(); in expandPartwordCmpXchg()
1149 createMaskInstrs(Builder, AI, AI->getType(), AI->getPointerOperand(), in expandAtomicRMWToMaskedIntrinsic()
1176 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(), in expandAtomicCmpXchgToMaskedIntrinsic()
1262 Value *Addr = CI->getPointerOperand(); in convertCmpXchgToIntegerType()
1291 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg()
1655 Builder, AI->getType(), AI->getPointerOperand(), AI->getAlign(), in expandAtomicRMWToCmpXchg()
1695 I, Size, I->getAlign(), I->getPointerOperand(), nullptr, nullptr, in expandAtomicLoadToLibcall()
1708 I, Size, I->getAlign(), I->getPointerOperand(), I->getValueOperand(), in expandAtomicStoreToLibcall()
1722 I, Size, I->getAlign(), I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
1800 I, Size, I->getAlign(), I->getPointerOperand(), I->getValOperand(), in expandAtomicRMWToLibcall()