Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp323 TypeMapTy TypeMap; member in __anon362dfdd90211::ModuleLinker
527 TypeMap.addTypeMapping(DGV->getType(), I->getType()); in computeTypeMapping()
534 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType()); in computeTypeMapping()
540 TypeMap.addTypeMapping(DGV->getType(), I->getType()); in computeTypeMapping()
547 TypeMap.linkDefinedTypeBodies(); in computeTypeMapping()
561 cast<ArrayType>(TypeMap.get(SrcGV->getType()->getElementType())); in linkAppendingVarProto()
603 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType())); in linkAppendingVarProto()
643 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType())); in linkGlobalProto()
657 new GlobalVariable(*DstM, TypeMap.get(SGV->getType()->getElementType()), in linkGlobalProto()
691 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType())); in linkFunctionProto()
[all …]
/external/llvm/lib/Linker/
DIRMover.cpp378 TypeMapTy TypeMap; member in __anonba36dcca0211::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/lib/Bitcode/Writer/
DValueEnumerator.h44 TypeMapType TypeMap; variable
89 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
90 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DValueEnumerator.cpp319 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
339 TypeID = &TypeMap[Ty]; in EnumerateType()
/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/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/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/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp225 LLVMToSPIRVTypeMap TypeMap; member in SPIRV::LLVMToSPIRV
234 TypeMap[T] = BT; in mapType()
258 return TypeMap[T]; in getSPIRVType()
443 LLVMToSPIRVTypeMap::iterator Loc = TypeMap.find(T); in transType()
444 if (Loc != TypeMap.end()) in transType()
DSPIRVReader.cpp404 SPIRVToLLVMTypeMap TypeMap; member in SPIRV::SPIRVToLLVM
412 TypeMap[BT] = T; in mapType()
515 auto Loc = TypeMap.find(BV); in getTranslatedType()
516 if (Loc != TypeMap.end()) in getTranslatedType()
679 auto Loc = TypeMap.find(T); in transType()
680 if (Loc != TypeMap.end()) in transType()
/external/ImageMagick/MagickCore/
Dtype.c111 *TypeMap = (const char *) variable
248 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception); in AcquireTypeCache()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp82 typedef std::map<Type*,std::string> TypeMap; typedef
95 TypeMap TypeNames;
355 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()
/external/llvm/docs/
DExtendingLLVM.rst291 declaration to the TypeMap value type
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5046 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local
5049 GFI->addStackRoot(FI->getIndex(), TypeMap); in visitIntrinsicCall()
/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()