Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp926 InstFakeDef *DefGotPtr = nullptr; in materializeGotAddr() local
930 DefGotPtr = FakeDef; in materializeGotAddr()
935 if (DefGotPtr == nullptr || DefGotPtr->isDeleted()) { in materializeGotAddr()
941 Context.setInsertPoint(instToIterator(DefGotPtr)); in materializeGotAddr()
942 assert(DefGotPtr->getSrcSize() == 1); in materializeGotAddr()
943 auto *T = llvm::cast<Variable>(DefGotPtr->getSrc(0)); in materializeGotAddr()
947 DefGotPtr->setDeleted(); in materializeGotAddr()