Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDEvalEmitter.cpp285 APValue *Cached = Temp->getOrCreateValue(true); in updateGlobalTemporaries()
HDInterp.h1336 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTemp()
1356 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTempComp()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp846 Ctx.getOrCreateValue(I); in buildBasicBlockFromLLVMIR()
857 Ctx.getOrCreateValue(Op); in buildBasicBlockFromLLVMIR()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h854 Value *getOrCreateValue(llvm::Value *LLVMV) { in getOrCreateValue() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4760 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function
4763 return State.get<LifetimeExtendedTemporaryDecl *>()->getOrCreateValue( in getOrCreateValue()
HDDeclCXX.h3289 APValue *getOrCreateValue(bool MayCreate) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp3094 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
HDExprConstant.cpp2349 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()
4282 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()
8739 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp6636 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()