Home
last modified time | relevance | path

Searched refs:GlobalMap (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/polly/include/polly/CodeGen/
DIslExprBuilder.h123 ValueMapT &GlobalMap, const llvm::DataLayout &DL,
202 ValueMapT &GlobalMap;
DBlockGenerators.h69 EscapeUsersAllocaMapTy &EscapeMap, ValueMapT &GlobalMap,
268 ValueMapT &GlobalMap; variable
DIslNodeBuilder.h38 ValueMapT &GlobalMap; member
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp59 ValueMapT &GlobalMap, IslExprBuilder *ExprBuilder, BasicBlock *StartBlock) in BlockGenerator() argument
62 GlobalMap(GlobalMap), StartBlock(StartBlock) {} in BlockGenerator()
81 VTV.insert(GlobalMap.begin(), GlobalMap.end()); in trySynthesizeNewValue()
101 Value *New = GlobalMap.lookup(Old); in getNewValue()
115 if (Value *NewRemapped = GlobalMap.lookup(New)) in getNewValue()
148 assert(!GlobalMap.count(Old)); in getNewValue()
205 assert(!GlobalMap.count(Old) && in getNewValue()
314 if (Value *PreloadLoad = GlobalMap.lookup(Load)) in generateArrayLoad()
499 if (Value *NewAddr = GlobalMap.lookup(&*Addr)) in getOrCreateAlloca()
1128 if (Value *PreloadLoad = GlobalMap.lookup(Load)) { in generateLoad()
DIslExprBuilder.cpp40 IDToValueTy &IDToValue, ValueMapT &GlobalMap, in IslExprBuilder() argument
44 : S(S), Builder(Builder), IDToValue(IDToValue), GlobalMap(GlobalMap), in IslExprBuilder()
267 if (auto NewBase = GlobalMap.lookup(Base)) in createAccessAddress()
317 for (auto &KV : GlobalMap) in createAccessAddress()
DIslNodeBuilder.cpp213 if (Value *InvariantLoad = References.GlobalMap.lookup(&Inst)) in findReferencesInBlock()
221 } else if (Value *NewVal = References.GlobalMap.lookup(SrcVal)) in findReferencesInBlock()
/external/llvm-project/polly/test/Isl/CodeGen/
Dinvariant_load_scalar_escape_alloca_sharing.ll5 ; instead use directly the preloaded value stored in GlobalMap.
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp3016 GlobalMap; in collectGlobalVariableInfo() local
3021 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo()
3032 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo()
3037 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2982 GlobalMap; in collectGlobalVariableInfo() local
2987 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo()
2998 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo()
3003 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1702 using GlobalMap = std::map<std::string, Init *, std::less<>>; variable
1729 const GlobalMap &getGlobals() const { return ExtraGlobals; } in getGlobals()