Searched refs:ConstantUniqueMap (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.h | 141 ConstantUniqueMap<char, char, Type, ConstantAggregateZero> AggZeroConstants; 143 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>, 147 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>, 151 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>, 155 ConstantUniqueMap<char, char, PointerType, ConstantPointerNull> 157 ConstantUniqueMap<char, char, Type, UndefValue> UndefValueConstants; 160 ConstantUniqueMap<ExprMapKeyType, const ExprMapKeyType&, Type, ConstantExpr> 163 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
|
D | ConstantsContext.h | 573 class ConstantUniqueMap {
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InlineAsm.h | 30 class ConstantUniqueMap; variable 36 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 30 template <class ConstantClass> class ConstantUniqueMap; variable 41 friend class ConstantUniqueMap<InlineAsm>; variable
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 1081 typedef ConstantUniqueMap<ConstantArray> ArrayConstantsTy; 1084 typedef ConstantUniqueMap<ConstantStruct> StructConstantsTy; 1087 typedef ConstantUniqueMap<ConstantVector> VectorConstantsTy; 1098 ConstantUniqueMap<ConstantExpr> ExprConstants; 1100 ConstantUniqueMap<InlineAsm> InlineAsms;
|
D | ConstantsContext.h | 541 template <class ConstantClass> class ConstantUniqueMap {
|