Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp432 const Value *GObj = GR->getGlobalObject(MF, MI.getOperand(0).getReg()); in handleFunctionOrParameter() local
433 assert(GObj && "Unregistered global definition"); in handleFunctionOrParameter()
434 const Function *F = dyn_cast<Function>(GObj); in handleFunctionOrParameter()
436 F = dyn_cast<Argument>(GObj)->getParent(); in handleFunctionOrParameter()
439 auto [It, Inserted] = GlobalToGReg.try_emplace(GObj); in handleFunctionOrParameter()
466 const Value *GObj = GR->getGlobalObject(MF, MI.getOperand(0).getReg()); in handleVariable() local
467 assert(GObj && "Unregistered global definition"); in handleVariable()
468 auto [It, Inserted] = GlobalToGReg.try_emplace(GObj); in handleVariable()