Home
last modified time | relevance | path

Searched refs:TypeMap (Results 1 – 25 of 32) sorted by relevance

12

/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/document/
DTestData.java30 private TypeMap typeMap;
56 public TypeMap getTypeMap() { in getTypeMap()
88 private TypeMap typeMap = new TypeMap();
103 public Builder typeMap(TypeMap typeMap) { in typeMap()
134 public static class TypeMap { class in TestData
135 private TypeMap() { in TypeMap() method in TestData.TypeMap
138 public static TypeMap typeMap(){ in typeMap()
139 return new TypeMap(); in typeMap()
148 public TypeMap addAttribute(String attribute, EnhancedType... enhancedType) { in addAttribute()
/external/perfetto/src/android_sdk/perfetto_sdk_for_jni/
Dtracing_sdk.h219 struct TypeMap { struct
245 static_assert(!std::is_same_v<typename TypeMap::type, void>, in Counter()
248 typename TypeMap::type counter; in Counter()
249 counter.header = {TypeMap::enum_value}; in Counter()
263 const typename TypeMap::type* get() const { return &counter_; } in get()
267 typename TypeMap::type counter_;
285 struct TypeMap { struct
319 static_assert(!std::is_same_v<typename TypeMap::type, void>, in DebugArg()
322 typename TypeMap::type arg; in DebugArg()
323 arg.header = {TypeMap::enum_value}; in DebugArg()
[all …]
/external/llvm/lib/Linker/
DIRMover.cpp378 TypeMapTy TypeMap; member in __anonc8cc15800211::IRLinker
487 TypeMap(Set), GValMaterializer(*this), LValMaterializer(*this), in IRLinker()
489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()
587 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()), in copyGlobalVariableProto()
601 return Function::Create(TypeMap.get(SF->getFunctionType()), in copyFunctionProto()
609 auto *Ty = TypeMap.get(SGA->getValueType()); in copyGlobalAliasProto()
627 DstM, TypeMap.get(SGV->getValueType()), in copyGlobalValueProto()
670 TypeMap.addTypeMapping(DGV->getType(), SGV.getType()); in computeTypeMapping()
677 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType()); in computeTypeMapping()
682 TypeMap.addTypeMapping(DGV->getType(), SGV.getType()); in computeTypeMapping()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DSampleProfileInference.h33 template <class BlockT> struct TypeMap {}; struct
34 template <> struct TypeMap<BasicBlock> {
38 template <> struct TypeMap<MachineBasicBlock> {
143 using BasicBlockT = typename afdo_detail::TypeMap<BT>::BasicBlockT;
144 using FunctionT = typename afdo_detail::TypeMap<BT>::FunctionT;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp389 TypeMapTy TypeMap; member in __anon96009fa20211::IRLinker
525 TypeMap(Set), GValMaterializer(*this), LValMaterializer(*this), in IRLinker()
527 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()
627 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()), in copyGlobalVariableProto()
646 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty))); in mapAttributeTypes()
657 auto *F = Function::Create(TypeMap.get(SF->getFunctionType()), in copyFunctionProto()
671 auto *Ty = TypeMap.get(SGIS->getValueType()); in copyGlobalIndirectSymbolProto()
697 Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())), in copyGlobalValueProto()
702 new GlobalVariable(DstM, TypeMap.get(SGV->getValueType()), in copyGlobalValueProto()
751 TypeMap.addTypeMapping(DGV->getType(), SGV.getType()); in computeTypeMapping()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
DIRMover.cpp394 TypeMapTy TypeMap; member in __anon629d7e280211::IRLinker
478 if (FDGV->getFunctionType() != TypeMap.get(FSrcGV->getFunctionType())) in getLinkedToGlobal()
540 TypeMap(Set), GValMaterializer(*this), LValMaterializer(*this), in IRLinker()
543 &TypeMap, &GValMaterializer), in IRLinker()
655 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()), in copyGlobalVariableProto()
674 TypeMap.get(Ty)); in mapAttributeTypes()
688 auto *F = Function::Create(TypeMap.get(SF->getFunctionType()), in copyFunctionProto()
701 auto *Ty = TypeMap.get(SGV->getValueType()); in copyIndirectSymbolProto()
734 Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())), in copyGlobalValueProto()
739 new GlobalVariable(DstM, TypeMap.get(SGV->getValueType()), in copyGlobalValueProto()
[all …]
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h55 TypeMapType TypeMap; variable
161 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
162 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DValueEnumerator.cpp824 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
843 TypeID = &TypeMap[Ty]; in EnumerateType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
DDXILValueEnumerator.h61 TypeMapType TypeMap; variable
166 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
167 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DDXILValueEnumerator.cpp927 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
946 TypeID = &TypeMap[Ty]; in EnumerateType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h59 TypeMapType TypeMap; variable
168 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
169 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DValueEnumerator.cpp855 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
874 TypeID = &TypeMap[Ty]; in EnumerateType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h58 TypeMapType TypeMap; variable
167 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
168 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DValueEnumerator.cpp923 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
942 TypeID = &TypeMap[Ty]; in EnumerateType()
/external/libchrome/components/json_schema/
Djson_schema_validator.h173 typedef std::map<std::string, const base::DictionaryValue*> TypeMap; typedef
238 TypeMap types_;
Djson_schema_validator.cc469 TypeMap::iterator iter = types_.find(id); in Validate()
480 TypeMap::iterator type = types_.find(ref); in Validate()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h504 template <class BlockT> struct TypeMap {};
505 template <> struct TypeMap<BasicBlock> {
512 template <> struct TypeMap<MachineBasicBlock> {
795 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
796 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
797 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
799 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
800 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h544 template <class BlockT> struct TypeMap {}; struct
545 template <> struct TypeMap<BasicBlock> {
552 template <> struct TypeMap<MachineBasicBlock> {
844 using BlockT = typename bfi_detail::TypeMap<BT>::BlockT;
845 using FunctionT = typename bfi_detail::TypeMap<BT>::FunctionT;
847 typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT;
848 using LoopT = typename bfi_detail::TypeMap<BT>::LoopT;
849 using LoopInfoT = typename bfi_detail::TypeMap<BT>::LoopInfoT;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h547 template <class BlockT> struct TypeMap {}; struct
548 template <> struct TypeMap<BasicBlock> {
556 template <> struct TypeMap<MachineBasicBlock> {
852 using BlockT = typename bfi_detail::TypeMap<BT>::BlockT;
853 using BlockKeyT = typename bfi_detail::TypeMap<BT>::BlockKeyT;
854 using FunctionT = typename bfi_detail::TypeMap<BT>::FunctionT;
856 typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT;
857 using LoopT = typename bfi_detail::TypeMap<BT>::LoopT;
858 using LoopInfoT = typename bfi_detail::TypeMap<BT>::LoopInfoT;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegacyLegalizerInfo.h462 using TypeMap = DenseMap<LLT, LegacyLegalizeActions::LegacyLegalizeAction>; variable
463 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1];
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>(); in checkDeadSymbols() local
119 for (DynamicTypeMapImpl::iterator I = TypeMap.begin(), E = TypeMap.end(); in checkDeadSymbols()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc221 class TypeMap { class
255 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
271 TypeMap<PointerT, T...> Pointers() const { in Pointers()
272 TypeMap<PointerT, T...> out; in Pointers()
341 TypeMap<IntT, T...> ends_;
345 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
347 TypeMap<IntT, T...> out; in CalculateEnds()
551 TypeMap<PointerT, T...> pointers_;
552 TypeMap<IntT, T...> total_;
553 TypeMap<IntT, T...> used_;
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.cc221 class TypeMap { class
255 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
271 TypeMap<PointerT, T...> Pointers() const { in Pointers()
272 TypeMap<PointerT, T...> out; in Pointers()
347 TypeMap<IntT, T...> ends_;
351 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
353 TypeMap<IntT, T...> out; in CalculateEnds()
557 TypeMap<PointerT, T...> pointers_;
558 TypeMap<IntT, T...> total_;
559 TypeMap<IntT, T...> used_;
[all …]
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc221 class TypeMap { class
255 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
271 TypeMap<PointerT, T...> Pointers() const { in Pointers()
272 TypeMap<PointerT, T...> out; in Pointers()
341 TypeMap<IntT, T...> ends_;
345 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
347 TypeMap<IntT, T...> out; in CalculateEnds()
551 TypeMap<PointerT, T...> pointers_;
552 TypeMap<IntT, T...> total_;
553 TypeMap<IntT, T...> used_;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1336 using TypeMap = DenseMap<LLT, LegalizeAction>; variable
1337 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1];

12