Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp822 I.mutateType(Offset->getType()); in handleAlloca()
853 V->mutateType(NewTy); in handleAlloca()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp927 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
950 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1007 In->mutateType(DestTy); in promoteTo()
1098 P->mutateType(Ty0); in promoteTypes()
1101 P->mutateType(PTy); in promoteTypes()
1104 P->mutateType(Ty0); in promoteTypes()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.h604 void mutateType(Type *Ty) { in mutateType() function
H A DInstrTypes.h1054 Value::mutateType(FTy->getReturnType());
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2338 Inst->mutateType(NewTy); in TypeMutator()
2345 Inst->mutateType(OrigTy); in undo()
2486 void mutateType(Instruction *Inst, Type *NewTy);
2531 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
3781 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
6298 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp591 I->mutateType(ExtTy); in PromoteTree()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp232 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()