Searched refs:GCR (Results 1 – 4 of 4) sorted by relevance
50 if (auto *GCR = dyn_cast<GCRelocateInst>(&I)) in runOnFunction() local51 if (isStatepoint(GCR->getOperand(0))) in runOnFunction()52 GCRelocates.push_back(GCR); in runOnFunction()
103 GCR = 0x2B, enumerator
664 .gpu_block = GCR,
4113 auto &GCR = *cast<GCRelocateInst>(II); in visitCallInst() local4117 if (GCR.getBasePtr() == GCR.getDerivedPtr() && in visitCallInst()4118 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallInst()4119 auto *OpIntTy = GCR.getOperand(2)->getType(); in visitCallInst()4120 II->setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallInst()4127 Value *DerivedPtr = GCR.getDerivedPtr(); in visitCallInst()