Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp952 I.mutateType(Offset->getType()); in handleAlloca()
985 V->mutateType(NewTy); in handleAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp968 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
991 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1027 In->mutateType(DestTy); in promoteTo()
1119 P->mutateType(Ty0); in promoteTypes()
1122 P->mutateType(PTy); in promoteTypes()
1125 P->mutateType(Ty0); in promoteTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h805 void mutateType(Type *Ty) { in mutateType() function
H A DInstrTypes.h1247 Value::mutateType(FTy->getReturnType());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp547 I->mutateType(ExtTy); in PromoteTree()
H A DCodeGenPrepare.cpp2847 Inst->mutateType(NewTy); in TypeMutator()
2854 Inst->mutateType(OrigTy); in undo()
2995 void mutateType(Instruction *Inst, Type *NewTy);
3040 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4372 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
7313 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp236 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2659 Entry->mutateType(PTy); in EmitOMPAllocateDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1948 mutateType(Func->getType()); in handleOperandChangeImpl()