/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 271 Value *getReplacement(Value *I); 358 if (getReplacement(I)) in replace() 362 auto *V = getReplacement(LT->getPointerOperand()); in replace() 374 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType(); in replace() 378 NewPHI->addIncoming(getReplacement(PHI->getIncomingValue(I)), in replace() 382 auto *V = getReplacement(GEP->getPointerOperand()); in replace() 392 auto *V = getReplacement(BC->getOperand(0)); in replace() 403 SI->getCondition(), getReplacement(SI->getTrueValue()), in replace() 404 getReplacement(SI->getFalseValue()), SI->getName(), nullptr, SI); in replace() 409 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 69 return NTTP->getReplacement(); in IgnoreImplicitCastsExtraSingleStep() 85 return NTTP->getReplacement(); in IgnoreCastsSingleStep()
|
H A D | TemplateName.h | 406 TemplateName getReplacement() const { return Replacement; } in getReplacement() function 418 return subst->getReplacement().getUnderlying(); in getUnderlying()
|
H A D | PropertiesBase.td | 700 let Read = [{ parm->getReplacement() }];
|
H A D | ExprCXX.h | 4356 Expr *getReplacement() const { return cast<Expr>(Replacement); } in getReplacement() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 105 Value *getReplacement(DivCacheTy &Cache); 149 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement() function in FastDivInsertionTask 465 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | TemplateName.cpp | 158 return sub->getReplacement().getAsTemplateDecl(); in getAsTemplateDecl() 335 subst->getReplacement().print(OS, Policy, Qual); in print()
|
H A D | ExprClassification.cpp | 217 cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in ClassifyInternal()
|
H A D | ComputeDependence.cpp | 368 return E->getReplacement()->getDependence(); in computeDependence()
|
H A D | Expr.cpp | 1534 CEE = NTTP->getReplacement()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee() 3085 return NTTP->getReplacement(); in IgnoreParenNoopCasts() 3431 return cast<SubstNonTypeTemplateParmExpr>(this)->getReplacement() in isConstantInitializer()
|
H A D | ItaniumMangle.cpp | 2260 mangleType(subst->getReplacement()); in mangleType() 2391 mangleExistingSubstitution(subst->getReplacement()); in mangleUnresolvedTypeOrSimpleId() 4396 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in mangleExpression()
|
H A D | StmtProfile.cpp | 2181 Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
H A D | StmtPrinter.cpp | 2444 Visit(Node->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Environment.cpp | 55 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in ignoreTransparentExprs()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 494 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning() 496 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning()
|
H A D | SemaTemplateInstantiate.cpp | 1866 ExprResult SubstReplacement = E->getReplacement(); in TransformSubstNonTypeTemplateParmExpr() 1868 SubstReplacement = TransformExpr(E->getReplacement()); in TransformSubstNonTypeTemplateParmExpr()
|
H A D | SemaTemplate.cpp | 6715 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6727 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6938 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentPointerToMember()
|
H A D | SemaTemplateDeduction.cpp | 171 E = Subst->getReplacement(); in getDeducedParameterFromExpr()
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp | 327 return this->visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 8343 LHS->getReplacement() == RHS->getReplacement()) in getCursorPlatformAvailabilityForDecl() 8358 if (LHS->getReplacement().empty()) in getCursorPlatformAvailabilityForDecl() 8359 LHS->setReplacement(Ctx, RHS->getReplacement()); in getCursorPlatformAvailabilityForDecl() 8366 if (LHS->getReplacement().empty()) in getCursorPlatformAvailabilityForDecl() 8367 LHS->setReplacement(Ctx, RHS->getReplacement()); in getCursorPlatformAvailabilityForDecl()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 118 return Visit(PE->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
H A D | CGExprAgg.cpp | 127 return Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
H A D | CGExprConstant.cpp | 1046 return Visit(PE->getReplacement(), T); in VisitSubstNonTypeTemplateParmExpr()
|
H A D | CGExpr.cpp | 1402 return EmitLValue(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in EmitLValue() 5094 return EmitCallee(NTTP->getReplacement()); in EmitCallee()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 2042 Record.AddStmt(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|