Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp73 DerefToType<TestType> dref; in doTest() local
91 runTestNoPropDispatch<E>(M, dref, &dref.object.object); in doTest()
106 runTestNoPropDispatch<E>(M, dref, &dref.object.object); in doTest()
121 runTestNoPropDispatch<E>(M, dref, &dref.object.object); in doTest()
136 runTestNoPropDispatch<E>(M, dref, &dref.object.object); in doTest()
H A Dbullet_1_2_3.pass.cpp155 DerefToType<T> dref; in doTest() local
166 runTestDispatchIf(NotRValue, tag, dref); in doTest()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVImageOps.td70 SPV_Float:$dref,
80 $coordinate `:` type($coordinate) `,` $dref `:` type($dref)
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td311 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
312 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">;
325 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
326 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">;
338 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
339 "$res = OpImageDrefGather $type $sampledImage $coord $dref">;
364 (ins TYPE:$type, ID:$sampledImg, ID:$coord, ID:$dref, variable_ops),
365 "$res = OpImageSparseSampleDrefImplicitLod $type $sampledImg $dref $coord">;
378 (ins TYPE:$type, ID:$sImage, ID:$coord, ID:$dref, variable_ops),
391 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
[all …]
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1836 ExtValue gen(const Fortran::evaluate::DataRef &dref) { in gen() argument
1837 return std::visit([&](const auto &x) { return gen(x); }, dref.u); in gen()
1839 ExtValue genval(const Fortran::evaluate::DataRef &dref) { in genval() argument
1840 return std::visit([&](const auto &x) { return genval(x); }, dref.u); in genval()
4165 std::optional<Fortran::evaluate::DataRef> dref = in determineShapeWithSlice() local
4167 return dref.has_value() ? genShapeFromDataRef(*dref) : false; in determineShapeWithSlice()