Searched refs:dref (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 188 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 344 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops), 345 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">; 358 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops), 359 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">; 371 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops), 372 "$res = OpImageDrefGather $type $sampledImage $coord $dref">; 397 (ins TYPE:$type, ID:$sampledImg, ID:$coord, ID:$dref, variable_ops), 398 "$res = OpImageSparseSampleDrefImplicitLod $type $sampledImg $dref $coord">; 411 (ins TYPE:$type, ID:$sImage, ID:$coord, ID:$dref, variable_ops), 412 "$res = OpImageSparseSampleProjDrefImplicitLod $type $sImage $dref $coord">; [all …]
|