| /freebsd-13.1/contrib/llvm-project/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 | 364 TemplateName getReplacement() const { return Replacement; } in getReplacement() function 376 return subst->getReplacement().getUnderlying(); in getUnderlying()
|
| H A D | PropertiesBase.td | 694 let Read = [{ parm->getReplacement() }];
|
| H A D | ExprCXX.h | 4277 Expr *getReplacement() const { return cast<Expr>(Replacement); } in getReplacement() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 109 return sub->getReplacement().getAsTemplateDecl(); in getAsTemplateDecl() 245 subst->getReplacement().print(OS, Policy, SuppressNNS); in print()
|
| H A D | ExprClassification.cpp | 214 cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in ClassifyInternal()
|
| H A D | ComputeDependence.cpp | 347 return E->getReplacement()->getDependence(); in computeDependence()
|
| H A D | Expr.cpp | 1479 CEE = NTTP->getReplacement()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee() 2973 return NTTP->getReplacement(); in IgnoreParenNoopCasts() 3319 return cast<SubstNonTypeTemplateParmExpr>(this)->getReplacement() in isConstantInitializer()
|
| H A D | ItaniumMangle.cpp | 2204 mangleType(subst->getReplacement()); in mangleType() 2334 mangleExistingSubstitution(subst->getReplacement()); in mangleUnresolvedTypeOrSimpleId() 4322 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in mangleExpression()
|
| H A D | StmtProfile.cpp | 2105 Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | StmtPrinter.cpp | 2273 Visit(Node->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | ASTImporter.cpp | 8154 auto ToReplacement = importChecked(Err, E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr() 8909 auto ReplacementOrErr = Import(Subst->getReplacement()); in Import()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 107 Value *getReplacement(DivCacheTy &Cache); 151 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement() function in FastDivInsertionTask 467 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 254 Value *getReplacement(Value *I); 288 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement() function in PointerReplacer 291 if (getReplacement(I)) in replace() 295 auto *V = getReplacement(LT->getPointerOperand()); in replace() 307 auto *V = getReplacement(GEP->getPointerOperand()); in replace() 317 auto *V = getReplacement(BC->getOperand(0)); in replace() 326 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace() 330 assert(getReplacement(MemCpy->getRawDest()) && in replace()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 55 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in ignoreTransparentExprs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 490 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning() 492 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning()
|
| H A D | SemaTemplateInstantiate.cpp | 1599 ExprResult SubstReplacement = E->getReplacement(); in TransformSubstNonTypeTemplateParmExpr() 1601 SubstReplacement = TransformExpr(E->getReplacement()); in TransformSubstNonTypeTemplateParmExpr()
|
| H A D | SemaTemplate.cpp | 6480 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6492 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6696 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentPointerToMember()
|
| H A D | SemaTemplateDeduction.cpp | 184 E = Subst->getReplacement(); in getDeducedParameterFromExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 118 return Visit(PE->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprAgg.cpp | 126 return Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprConstant.cpp | 1026 return Visit(PE->getReplacement(), T); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExpr.cpp | 1410 return EmitLValue(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in EmitLValue() 4922 return EmitCallee(NTTP->getReplacement()); in EmitCallee()
|
| H A D | CGExprScalar.cpp | 434 return Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2035 Record.AddStmt(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|