Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DIRMover.cpp378 TypeMapTy TypeMap; member in __anona3dabdcf0211::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-10.0/llvm/lib/Linker/
DIRMover.cpp389 TypeMapTy TypeMap; member in __anon9b7f13b10211::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/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-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/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/pigweed/pw_transfer/ts/
Dtransfer.ts260 private transferParameters(type: Chunk.TypeMap[keyof Chunk.TypeMap]): Chunk {
/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/ImageMagick/MagickCore/
Dtype.c112 TypeMap[] = variable
247 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception); in AcquireTypeCache()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc220 class TypeMap { class
254 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
270 TypeMap<PointerT, T...> Pointers() const { in Pointers()
271 TypeMap<PointerT, T...> out; in Pointers()
340 TypeMap<IntT, T...> ends_;
344 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
346 TypeMap<IntT, T...> out; in CalculateEnds()
550 TypeMap<PointerT, T...> pointers_;
551 TypeMap<IntT, T...> total_;
552 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/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];
/external/llvm/docs/
DExtendingLLVM.rst291 declaration to the TypeMap value type
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp248 using TypeMap = std::map<TypePair, std::string>; in getGLSLInputValDecl() typedef
256 const TypeMap map = in getGLSLInputValDecl()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp585 typedef std::map<GLenum, std::string> TypeMap; in getTypeStr() typedef
586 static TypeMap typeMap; in getTypeStr()
599 TypeMap::iterator it = typeMap.find(type); in getTypeStr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5453 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local
5456 GFI->addStackRoot(FI->getIndex(), TypeMap); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6583 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local
6586 GFI->addStackRoot(FI->getIndex(), TypeMap); in visitIntrinsicCall()