Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DBasicBlock.cpp65 Ctx.getOrCreateValue(I); in buildBasicBlockFromLLVMIR()
70 Ctx.getOrCreateValue(Op); in buildBasicBlockFromLLVMIR()
H A DContext.cpp691 getOrCreateValue(&Global); in createModule()
694 getOrCreateValue(&Alias); in createModule()
697 getOrCreateValue(&IFunc); in createModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUtils.h61 return LSI->Ctx.getOrCreateValue( in getMemInstructionBase()
H A DContext.h131 Value *getOrCreateValue(llvm::Value *LLVMV) {
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp312 APValue *Cached = Temp->getOrCreateValue(true); in updateGlobalTemporaries()
H A DInterp.h1553 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTemp()
1573 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTempComp()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4891 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function
4894 return cast<LifetimeExtendedTemporaryDecl *>(State)->getOrCreateValue( in getOrCreateValue()
H A DDeclCXX.h3352 APValue *getOrCreateValue(bool MayCreate) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3319 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
H A DExprConstant.cpp2487 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()
4540 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()
9089 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6961 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()