Home
last modified time | relevance | path

Searched refs:GCR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DStripGCRelocates.cpp50 if (auto *GCR = dyn_cast<GCRelocateInst>(&I)) in runOnFunction() local
51 if (isStatepoint(GCR->getOperand(0))) in runOnFunction()
52 GCRelocates.push_back(GCR); in runOnFunction()
/third_party/mesa3d/src/amd/common/
Dac_perfcounter.h103 GCR = 0x2B, enumerator
Dac_perfcounter.c664 .gpu_block = GCR,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4113 auto &GCR = *cast<GCRelocateInst>(II); in visitCallInst() local
4117 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()