Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp942 I.mutateType(Offset->getType()); in handleAlloca()
975 V->mutateType(NewTy); in handleAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp987 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
1010 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1025 In->mutateType(DestTy); in promoteTo()
1117 P->mutateType(Ty0); in promoteTypes()
1120 P->mutateType(PTy); in promoteTypes()
1123 P->mutateType(Ty0); in promoteTypes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h801 void mutateType(Type *Ty) { in mutateType() function
H A DInstrTypes.h1257 Value::mutateType(FTy->getReturnType());
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp498 I->mutateType(ExtTy); in PromoteTree()
H A DCodeGenPrepare.cpp2870 Inst->mutateType(NewTy); in TypeMutator()
2877 Inst->mutateType(OrigTy); in undo()
3018 void mutateType(Instruction *Inst, Type *NewTy);
3063 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4396 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
7450 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp236 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1874 mutateType(Func->getType()); in handleOperandChangeImpl()
1915 mutateType(GV->getType()); in handleOperandChangeImpl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp2686 Entry->mutateType(PTy); in EmitOMPAllocateDecl()