Home
last modified time | relevance | path

Searched refs:ConstantMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp103 if (ConstantMap.find(Index) == ConstantMap.end()) { in addConstantPoolEntry()
104 ConstantMap[Index] = in addConstantPoolEntry()
107 return ConstantMap[Index]; in addConstantPoolEntry()
H A DCSKYTargetStreamer.h55 DenseMap<SymbolIndex, const MCExpr *> ConstantMap; variable
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DFoldUtils.h124 using ConstantMap =
147 Operation *tryGetOrCreateConstant(ConstantMap &uniquedConstants,
153 DenseMap<Region *, ConstantMap> foldScopes;
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp335 ConstantMap &uniquedConstants, Dialect *dialect, OpBuilder &builder, in tryGetOrCreateConstant()