Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp67 static Value getOrCreateValue(OpFoldResult res, OpBuilder &builder, in getOrCreateValue() function
109 getOrCreateValue(*singleStep, builder, candidateLoop->getLoc()); in multiBuffer()
111 getOrCreateValue(*lowerBound, builder, candidateLoop->getLoc()); in multiBuffer()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h4512 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function
4515 return State.get<LifetimeExtendedTemporaryDecl *>()->getOrCreateValue( in getOrCreateValue()
H A DDeclCXX.h3182 APValue *getOrCreateValue(bool MayCreate) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2974 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
H A DExprConstant.cpp2265 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()
4182 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()
8352 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp5884 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()