Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() local
189 if (VarDecl *VD = dyn_cast<VarDecl>(dref->getDecl())) { in VisitCompoundStmt()
380 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec)) in isPoolDrain() local
381 if (dref->getDecl() == poolVar) in isPoolDrain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td315 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
316 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">;
329 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
330 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">;
342 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
343 "$res = OpImageDrefGather $type $sampledImage $coord $dref">;
368 (ins TYPE:$type, ID:$sampledImg, ID:$coord, ID:$dref, variable_ops),
369 "$res = OpImageSparseSampleDrefImplicitLod $type $sampledImg $dref $coord">;
382 (ins TYPE:$type, ID:$sImage, ID:$coord, ID:$dref, variable_ops),
395 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
[all …]