Searched refs:IDToValue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 325 for (const auto &I : IDToValue) in getReferencesInSubtree() 373 for (const auto &I : IDToValue) { in updateValues() 489 IDToValue[IteratorID] = ValueLB; in createForVector() 511 IDToValue.erase(IDToValue.find(IteratorID)); in createForVector() 588 IDToValue[IteratorID.get()] = IV; in createForSequential() 594 IDToValue.erase(IDToValue.find(IteratorID.get())); in createForSequential() 735 IDToValue[IteratorID] = IV; in createForParallel() 749 IDToValue = IDToValueCopy; in createForParallel() 955 IDToValue[IteratorID] = IV; in createSubstitutionsVector() 1061 if (!IDToValue.count(Id)) { in materializeValue() [all …]
|
| H A D | IslExprBuilder.cpp | 40 IDToValueTy &IDToValue, ValueMapT &GlobalMap, in IslExprBuilder() argument 44 : S(S), Builder(Builder), IDToValue(IDToValue), GlobalMap(GlobalMap), in IslExprBuilder() 726 assert(IDToValue.count(Id) && "Identifier not found"); in createId() 728 V = IDToValue[Id]; in createId()
|
| H A D | PPCGCodeGeneration.cpp | 1516 Value *Val = IDToValue[Id]; in getReferencesInKernel() 1525 Value *Val = IDToValue[Id]; in getReferencesInKernel() 1715 Value *Val = IDToValue[Id]; in createLaunchParameters() 1734 Value *Val = IDToValue[Id]; in createLaunchParameters() 1861 IDToValue = HostIDs; in createKernel() 1972 Value *Val = IDToValue[Id]; in createKernelFunctionDecl() 2054 IDToValue[Id] = &*Arg; in createKernelFunctionDecl() 2062 Value *Val = IDToValue[Id]; in createKernelFunctionDecl() 2064 IDToValue[Id] = &*Arg; in createKernelFunctionDecl() 2102 IDToValue[Id] = Val; in insertKernelIntrinsics() [all …]
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslExprBuilder.h | 122 IslExprBuilder(Scop &S, PollyIRBuilder &Builder, IDToValueTy &IDToValue, 203 IDToValueTy &IDToValue;
|
| H A D | IslNodeBuilder.h | 70 ExprBuilder(S, Builder, IDToValue, ValueMap, DL, SE, DT, LI, in IslNodeBuilder() 159 IslExprBuilder::IDToValueTy IDToValue; variable
|