| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 260 Value *getReplacement(Value *I); 359 if (getReplacement(I)) in replace() 363 auto *V = getReplacement(LT->getPointerOperand()); in replace() 375 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType(); in replace() 379 NewPHI->addIncoming(getReplacement(PHI->getIncomingValue(I)), in replace() 383 auto *V = getReplacement(GEP->getPointerOperand()); in replace() 393 auto *V = getReplacement(BC->getOperand(0)); in replace() 403 SI->getCondition(), getReplacement(SI->getTrueValue()), in replace() 409 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace() 413 assert(getReplacement(MemCpy->getRawDest()) && in replace() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 70 return NTTP->getReplacement(); in IgnoreImplicitCastsExtraSingleStep() 86 return NTTP->getReplacement(); in IgnoreCastsSingleStep()
|
| H A D | TemplateName.h | 404 TemplateName getReplacement() const { return Replacement; } in getReplacement() function 416 return subst->getReplacement().getUnderlying(); in getUnderlying()
|
| H A D | PropertiesBase.td | 717 let Read = [{ parm->getReplacement() }];
|
| H A D | ExprCXX.h | 4374 Expr *getReplacement() const { return cast<Expr>(Replacement); } in getReplacement() function
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 158 return sub->getReplacement().getAsTemplateDecl(); in getAsTemplateDecl() 344 subst->getReplacement().print(OS, Policy, Qual); in print()
|
| H A D | ExprClassification.cpp | 217 cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in ClassifyInternal()
|
| H A D | JSONNodeDumper.cpp | 548 if (!DA->getReplacement().empty()) in VisitDeprecatedAttr() 549 JOS.attribute("replacement", DA->getReplacement()); in VisitDeprecatedAttr()
|
| H A D | ComputeDependence.cpp | 368 return E->getReplacement()->getDependence(); in computeDependence()
|
| H A D | ItaniumMangle.cpp | 2376 mangleType(subst->getReplacement()); in mangleType() 2507 mangleExistingSubstitution(subst->getReplacement()); in mangleUnresolvedTypeOrSimpleId() 4849 if (auto *CE = dyn_cast<ConstantExpr>(SNTTPE->getReplacement())) { in mangleExpression() 4859 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in mangleExpression()
|
| H A D | Expr.cpp | 1519 CEE = NTTP->getReplacement()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee() 3079 return NTTP->getReplacement(); in IgnoreParenNoopCasts() 3430 return cast<SubstNonTypeTemplateParmExpr>(this)->getReplacement() in isConstantInitializer()
|
| H A D | StmtProfile.cpp | 2232 Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | StmtPrinter.cpp | 2459 Visit(Node->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 58 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in ignoreTransparentExprs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 506 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning() 508 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning()
|
| H A D | SemaTemplateInstantiate.cpp | 2032 ExprResult SubstReplacement = E->getReplacement(); in TransformSubstNonTypeTemplateParmExpr() 2034 SubstReplacement = TransformExpr(E->getReplacement()); in TransformSubstNonTypeTemplateParmExpr()
|
| H A D | SemaTemplate.cpp | 6891 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6903 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 7114 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentPointerToMember()
|
| H A D | SemaTemplateDeduction.cpp | 172 E = Subst->getReplacement(); in getDeducedParameterFromExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 118 return Visit(PE->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprAgg.cpp | 125 return Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprConstant.cpp | 1047 return Visit(PE->getReplacement(), T); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExpr.cpp | 1658 return EmitLValue(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(), in EmitLValueHelper() 5509 return EmitCallee(NTTP->getReplacement()); in EmitCallee()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 921 return this->delegate(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2167 Record.AddStmt(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|