Home
last modified time | relevance | path

Searched refs:remapType (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp369 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()
443 NewTy = TypeMapper->remapType(NewTy); in mapValue()
472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
914 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()
916 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()
920 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
923 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
925 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
927 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
950 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp368 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()
442 NewTy = TypeMapper->remapType(NewTy); in mapValue()
471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
898 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()
900 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()
904 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
907 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
911 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
930 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp42 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in MapValue()
116 NewTy = TypeMapper->remapType(NewTy); in MapValue()
199 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp98 Error remapType(const CVType &Type);
344 Buffer, [this](const CVType &T) { return remapType(T); }); in remapAllTypes()
347 Error TypeStreamMerger::remapType(const CVType &Type) { in remapType() function in TypeStreamMerger
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DValueMapper.h34 virtual Type *remapType(Type *SrcTy) = 0;
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h35 virtual Type *remapType(Type *SrcTy) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h46 virtual Type *remapType(Type *SrcTy) = 0;
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp64 Type *remapType(Type *SrcTy) { in remapType() function in __anon2872dd220111::TypeMapTy
/external/llvm/lib/Linker/
DIRMover.cpp75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anon061754930111::TypeMapTy
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anone3fe09eb0111::TypeMapTy